Description
An activity that executes the enclosed activities within each branch in a sequential manner.
Attributes
Misc
- CompletionCondition - The condition to be met to complete this activity.
- DisplayName - Renames the activity.
Example
- Add a Parallel activity in a Sequence.
- Add an Open Application activity.
- In the Open Application's File Name field, enter "calc.exe".
- Add another Open Application activity and drag it in parallel to the previous activity.
- In the File Name field, type "notepad.exe".
The use case should look like the following screenshot:
Once the workflow is executed, the Calculator and Notepad applications will open in parallel.