Break Loop
Description
Break Loop step breaks the current loop iteration based on certain conditions, independent of start Loop conditions.The Break step can be executed in between the loop. This step is internally attached to one specific Start Loop Step and can break only the relevant loop attached to it.
Configurations
No. | Field Name | Description |
---|---|---|
1 | Step Name | Name of the step. This name has to be unique in a single workflow. |
2 | 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.