Repeated Loop

Iterates a list of items in a loop a specific number of times.

This activity executes an activity or a series of activities a specified number of times and when the execution reached the Loop End activity, it checks if the specified number of repeats has expired if not it will back to the loop start.

Input

  • Number Of Repeats: Integer Argument Specifies the number of times the loop should repeat.

Configuration

  • Loop Name : String Argument Specify the name for the loop. This is used to decide the scope of this activity.

Last updated