Skip to main content

Parallel

Executes two parallel activity branches or more. This activity is usually used when running two parallel workflows.

To add a branch to Parallel, click on the three dots in the root Parallel block and then click Add Branch.

After all parallel branches complete, the workflow automatically continues along a single unified execution path. The main worfklow branch waits until all parallel branches have finished before proceeding.

note

Each branch terminates automatically when completed, preventing duplicate workflow executions after the parallel activity.