The Parallel operator enables the simultaneous execution of multiple branches within a workflow. This significantly reduces overall execution time by allowing independent tasks to run concurrently. The operator provides explicit control over failure conditions and execution initiation.
Perform these steps to configure the Parallel operator in your workflow:
Drag and drop the Parallel operator onto the workflow canvas.
Click the operator to open the properties pane.
In the Name field, enter a descriptive name for the parallel operator.
In the Description field, add details about the parallel execution.
Under Set Parameters, locate the Ignore Branch Failure option and choose one of the following:
Select Yes to continue the workflow execution even if one or more parallel branches fail.
Select No to halt the entire workflow execution if any single parallel branch fails.
To specify preconditions for the parallel execution, click Add Condition under Execution Conditions.
Define the required conditions (rules) using the provided expression builder.
Click Save.