Parallel
This activity helps you execute the concurrent child activities.
Figure 1
Activity Name |
Picture |
Parallel |
|
Figure 1.1
|
S.no |
Description |
1 |
Specify the condition to validate after completion of sequence |
|
2 |
Display Name property shows the action that the activity performs in the workflow. |
CompletionCondition : a Boolean defined is evaluated after a branch completes execution. If evaluated to be True, then the pending branches are by-passed.
Activity: The Parallel activity stores a collection of child activities in branches, which can be used to execute all the branches or negate the scheduled sequence when a branch of sequence is executed successfully.
Figure 1.2