The Loop adapter consists of four loop types, which differ in the way
that conditions are expressed as follows:
Loop Type |
Description |
For |
Runs subflows while
continuously incrementing the value of a selected
parameter. |
For Each |
Runs subflows while
iterating through a list of values for a selected
parameter. |
While |
Runs subflows if a specified
condition is met. |
Do Until |
Runs subflows until a
condition is satisfied. The number of executions
is not constant. |