Skip to main content

Parallel

The Parallel activity is used to execute multiple activities simultaneously. It allows different branches of your workflow to run at the same time, improving performance and efficiency when multiple independent operations can be performed concurrently.

When you use the Parallel activity, the workflow continues only after all parallel branches have finished executing.

You can also use the Parallel activity to run multiple subflows within a workflow. Each subflow can execute independently, enabling modular, concurrent execution of different parts of a larger process.