Previous Topic: Input ParametersNext Topic: Reset the Loop Operator Manually in a Process


Output Parameters

CurrentLoopIteration

A loop counter that starts at 0 during the first iteration of the loop and increments by 1 for each additional iteration. This variable is updated at the beginning and end of every iteration. If the Loop operator is configured to loop three times, at the end of execution of all iterations, CurrentLoopIteration is equal to:

OverallLoopDuration

A loop counter that specifies the amount of time (in seconds) that has passed since the start of the first iteration of the loop. This variable is updated at the beginning and end of every iteration and includes any delay that is set between iterations of the loop.