Loop

Loop task allows for repeated execution of a task or sub-process based on a specified condition. The Loop task consists of two parts – Start loop and End loop.

  • Provision to define a loop for iterative execution of a task or sub-process.
  • Provision to resume control to the next iteration of the loop in the event of failure of any task within the loop.
  • Provision to define rule or Boolean condition (AND, OR, NOT) to execute the loop variable. If the condition holds true, the loop continues to iterate. If the condition holds false, the loop skips or exists.
  • Provision to display the count of iteration in the stage view.
  • Provision to enable or disable the visibility of loops in the stage view.