Parallelism
This example shows how you can have several edges coming from a single Block connector.
Simple

The data from the Receiver is put on all three outgoing edges.
Each of the Javascript Blocks operates in parallel on this data (see the Console panel bottom left).
The Flow will only terminate once data is received from all three Javascript Blocks.
Less simple
Tye following example calls two Subflows in parallel. Again, the Flow won't terminate until both Subflows are finished.
You can see the time required for each Subflow in the Block header.
If you look at the highlighted times in the log pane, you can see the total time for the Parallel DB and Hubspot FLow is only slightly longer than the time required for the longest executing Subflow.

Last modified: 10 February 2025