Break operator

Prev Next

The Break operator is used within a Loop operator to prematurely terminate the loop's iteration when a defined set of rules are satisfied. This function is essential for efficiently exiting a loop as soon as a target result is found or a specific failure state is encountered.

Perform these steps to configure the Break operator in your workflow:

  1. Drag and drop the Break operator onto the workflow canvas. This operator must be placed within a Loop operator to function.

  2. Click the operator to open the properties pane.

  3. In the Name field, enter a descriptive name for the break operator.

  4. In the Description field, add details about the conditions that will trigger the break.

  5. Under Conditions, define the rules that will cause the loop to exit:

    • Enter a fact (a variable from a previous step) or use $ for suggestions.

    • Select a condition type from the available dropdown options.

    • Provide a value for evaluation against the selected fact.

    • To include multiple break rules, click Add Condition.

  6. Click Save.