Search K
Appearance
Appearance
Immediately terminates the workflow with a specified error message, setting the status to a deliberate stop.
Use this completion node within conditional branches to enforce business rules and validation gates. When execution reaches this node, the workflow stops with a failure state and surfaces the provided message to the caller. It is the standard way to communicate intentional termination — for example, when a required precondition is not met or a user-defined validation check has failed.
| Field | Type | Required | Description |
|---|---|---|---|
| Error Message | Text | No | The message to return when the workflow is terminated. If not provided, a default message is used. |
This task performs an action and does not produce output variables.