Skip to main content
Version: 3.1.0

Parallel Gateway

If multiple operations can be done in parallel a Parallel Gateway can be used. This kind of node will open a parallel section of the process, very useful for integrations that can be done in parallel, without waiting for each other. Each parallel section should be also closed by another parallel Gateway node.

Configuring a Parallel Gateway node

This kind of node has no special configuration and can start 2 or more parallel paths. It is important to keep in mind that the close Parallel node, required to close the parallel section will wait for all branches to finish before moving to next node.


Was this page helpful?