Parallel
System.Activities.Statements.Parallel
The "Parallel" activity in AutomatR allows you to execute multiple branches of a workflow simultaneously, enhancing efficiency and concurrency in your automation process. It enables parallel processing of activities, improving overall performance.
Properties
Name | Description |
---|---|
Misc | |
Completion Condition | Specifies the condition under which the parallel execution is considered complete. This condition can be a Boolean variable or expression , allowing dynamic control over when the parallel branches should conclude. For example, you might set a completion condition based on the successful completion of specific tasks in each branch. |
Display Name | This property allows you to customize the display name of the parallel activity within the workflow, enhancing clarity and organization. |
Effectively configuring these properties allows you to design workflows with parallel execution, improving the overall efficiency of your automation processes. The "Completion Condition" provides flexibility in controlling when parallel branches should complete, giving you granular control over the parallel execution logic. The "Parallel" activity is valuable for handling tasks concurrently, leading to faster and more streamlined automation workflows in AutomatR.