Break Loop
Description
Break Loop exits a running loop early, independent of the loop's own conditions defined in Start Loop. Use this step when a specific runtime condition — such as finding a matching record or reaching a threshold — means further iterations are unnecessary. Each Break Loop step is linked to one specific Start Loop step and only terminates that particular loop, which makes it safe to use in nested loop scenarios. Place it anywhere inside the loop path, and when it executes, the current row proceeds past the loop to the next step in the workflow.
Configurations
| Field Name | Description |
|---|---|
| Step Name | Name of the step. This name has to be unique in a single workflow. |
| Loop Name | When Break Step is dropped on canvas a dialog pops with loop names. Choose a Loop name to which the Break Loop step is to be associated. |
Note:
- When Loop Start or Loop Continue is deleted the relevant Break Loop Step is also deleted.
- All break steps should have incoming hops from the steps connected to relevant Start Loop Step.
- If Break Loop step is deleted from the workflow relevant Loop steps are not deleted.