Break Loop

Break Loop task allows for termination from the loop based on the rule defined.

  • Provision to define a break condition to terminate the loop.
  • Provision to define rule or boolean condition (AND, OR, NOT) to test the loop variable.
    • If the condition holds true, the loop terminates.
    • If the condition holds false, control is passed to the loop.