Skip to main content

Repeat Number Of Times

Repeats a set of activities a specified number of times. Add the activities to repeat inside this activity

Input

  • Number Of Times: How many times to repeat the activities added inside this activity.
    • Type: System.Int32
    • Required

Options

  • Delay Between: Specifies the waiting time between each iteration in milliseconds. If the delay is too short, it may not allow sufficient time for proper resource cleanup in fast-completing iterations, which can lead to system freezes. To prevent this risk, a minimum waiting time of 200 milliseconds is recommended.
    • Type: System.Int32
    • Required