Do While

You can select this activity to create a loop that runs a sequence when a specific condition is met. The sequence runs at least once and continues to run till the condition is set to True.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Input Body N/A The sequence of activities that must run if the specified condition is set to true. The sequence runs at least once irrespective of the initial condition.
Misc Condition Boolean The condition to be analyzed after the first execution of the sequence specified in the body. The activities in the Body run if the condition is set to True. The conditions must have a Boolean value (True or False) For example, conditions can be greater than or equal to a value.
DisplayName String The name to be displayed for the activity.