Skip to main content

For

It is an activity used to create a loop within given numerical value ranges.

Input

  • Condition: If the condition is true, the Body of the activity is executed.
    • Type: System.Int32
    • Required
  • Initial Value: Initial value for the loop variable
    • Type: System.Int32
    • Required
  • Increment Rule: It is the area where the condition that controls how long the loop will continue is defined.
    • 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