Skip to main content
< All Topics

Parallel Workflow Start / End

The “Parallel Workflow Start” step is used to start the parallel execution of the workflow. This parallel execution must always end with a “Parallel Workflow End” step. All the steps which are placed in between the “Parallel workflow start” and “Parallel Workflow End” will get executed simultaneously.

 

The “Parallel Workflow End” step is used to end the parallel execution of the flow. This parallel execution starts with a “Parallel Workflow Start” step. The “Parallel Workflow End” step will wait for completion of all incoming connections to it before allowing the next step execution in the flow to resume in a serial manner again. 

 

Table of Contents