Stop Workflow
The Stop Workflow step ends the run immediately. Steps after it do not execute.
Configuration
| Field | Notes |
|---|---|
| Exit Result | Whether the run is recorded as Success or Error. This is the field that matters — it determines how the run appears in execution history and whether failure notifications fire |
| Email Notification List | Addresses to notify when this step is reached |
When to use it
Paired with a Conditional, it makes an early exit explicit:
- Stopping cleanly when there is nothing to process, recorded as Success so it does not
register as a failure - Stopping on an unrecoverable problem, recorded as Error so it is investigated
Notes
Choosing the right Exit Result keeps execution history meaningful. A run that stopped because
there was no work should not look the same as one that stopped because something broke.
To leave a loop rather than the whole run, use Stop Loop.
Updated 1 day ago
Did this page help you?
