Get Configuration

The Get Configuration workflow action retrieves a specific configuration setting from the system. This action allows you to access and use configuration properties in subsequent workflow steps.

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, or spaces, or start with a numeric character.

  • Configuration

    • Select the configuration setting from the dropdown list of all available configurations in the system.

    • Validation Rules:

      1. The configuration field cannot be empty.

      2. The configuration field cannot be changed once the action is used or referenced in subsequent steps.

  • Continue on Error (Optional)

    • A toggle that, when set to True, allows the workflow to continue running even if an error occurs while retrieving the configuration setting. The workflow will bypass the error and proceed without pausing.

Behavior After Configuration

The workflow action will put the properties of the retrieved configuration setting into the context. These properties can be used in subsequent workflow actions.

Editing the Get Configuration Action

  • Fields

    • Always Disabled: Name field

    • Always Editable: Description field, Continue on Error toggle

    • Disabled Once Used or Referenced in Another Workflow Action: Configuration field

Last updated