Control

Guide for the Activities under the Control Category

DoWhile
Description Creates a loop that executes activities declared inside the DoWhile activity while the condition is met. Attributes Misc C...
Wed, 25 Mar, 2020 at 3:08 PM
For Each
Description Performs an activity or sequence on each element within a provided list. Attributes Misc DisplayName - Renames the activity. ...
Wed, 25 Mar, 2020 at 4:23 PM
Flow Decision
Description This activity could only be used within a Flowchart. It executes one of the two paths depending whether the condition is met or otherwise. ...
Thu, 26 Mar, 2020 at 2:55 PM
Flow Switch
Description Activity to manage multiple decisions within a Flow Chart activity which would lead to specific results depending on the condition. ...
Thu, 26 Mar, 2020 at 3:39 PM
If Activity
Description A conditional activity that executes the "Then" path if the condition is met or the "Else" path if otherwise. At...
Fri, 27 Mar, 2020 at 11:39 AM
Parallel
Description An activity that executes the enclosed activities within each branch in a sequential manner. Attributes Misc CompletionCondition -...
Fri, 27 Mar, 2020 at 4:50 PM
Switch
Description Creates a loop that executes activities within a sequence while the condition is met. Attributes Misc DisplayName - Renames the act...
Tue, 24 Mar, 2020 at 4:13 PM
While
Description Checks the defined condition at the beginning of this activity and creates a loop that executes an activity inside the body while that conditio...
Fri, 27 Mar, 2020 at 5:20 PM