
Steps for creating a flow with two branches
To create a flow with two branches:Create two parallel zones by adding different nodes and link the zones after the parallel gateway node.

When working with parallel gateways, tokens play a critical role in ensuring that the process flow is managed correctly. Hereβs an overview of token behavior in parallel gateways:
When a process reaches a parallel gateway, the gateway creates child tokens for each branch in the parallel paths. Each path operates independently.
Each child token advances through its respective path independently, proceeding from one node to the next based on the sequence and actions defined in the process.


