Register User

The Register User workflow action allows a new user registration within the system by providing relevant user information.

Key Configuration Fields

  • Name

    • Enter a unique name for this workflow action.

    • Validation Rules:

      1. The name must be unique.

      2. The name length must be between 2 and 100 characters.

      3. The name cannot be empty.

      4. The name cannot include special characters, spaces, or start with a numeric character.

  • First Name

    • Enter the first name of the user being registered.

  • Last Name

    • Enter the last name of the user being registered.

  • Phone Number (Optional)

    • Enter the phone number of the user being registered. This field is optional.

  • Email

    • Enter the email address of the user being registered.

  • Password (Optional)

    • Enter the password for the user being registered. If left blank, the system will auto-generate a password.

  • Continue on Error (Optional)

    • A toggle that, when set to True, allows the workflow to continue running even if an error occurs during the registration process. The workflow will bypass the error and proceed without pausing.

Behavior After Configuration

Upon submission, the system places the UserID in the workflow context, which can be referenced in subsequent actions.

Editing the Register User Action

  • Fields

    • Always Disabled: Name field

    • Always Editable: Description field, First Name field, Last Name field, Phone Number field, Email field, Password field, Continue on Error toggle

Last updated