The While Loop activity initiates
and continually processes any associated activities for as long as
the specified condition evaluates to true.
To define a While Loop activity complete the following steps:
Procedure
- Drag a While Loop activity from
the Logic folder of the Activities tab
onto the orchestration. The Expression
Builder is displayed.
- Use the Expression Builder to define conditions in the
While Loop activity. You must define a condition
that evaluates to false to ensure that the
loop ends. The variables needed to iterate through the conditions
you specify are automatically created.
- Drag an activity from the Activities tab
onto the empty placeholder inside of the While Loop activity,
typically, For Each, While Loop,
or Split. Use the Break Loop or Continue activities
to control iterations in these activities