Raise Error
The Raise Error workflow action is designed to trigger a specific error condition within your workflow. This action allows you to signal that something has gone wrong, enabling you to handle exceptions or manage failure scenarios effectively.
Key Configuration Fields
Name
Enter a unique name for this workflow action.
Validation Rules:
The name must be unique.
The name length must be between 2 and 100 characters.
The name cannot be empty.
The name cannot include special characters, or spaces, or start with a numeric character.
Error
Select the error you want to raise from the list of available errors in the system.
Validation Rules:
The error field cannot be empty.
A new error can be added by clicking the + icon next to this field without closing the drawer.
Continue on Error (Optional)
A toggle that, when set to True, allows the workflow to continue running even if the error is raised. The workflow will bypass the error and continue without pausing.
Behavior After Configuration
The Raise Error action should be the final step in your workflow sequence as it does not have a tail. This means no other workflow actions can be linked directly after it.
Editing the Raise Error Action
Fields
Always Disabled: Name field
Editable Fields: Description, Continue on Error, Error fields
Editing Restrictions: Once configured, you can edit the Description, Continue on Error, and Error fields. The Name field remains static.
Last updated