Wait for Connections
Wait for all nodes connected to the execution of this node to complete before proceeding to the next node.
Use this node when I have branching nodes in the process.
Timeout (second)
Set the duration the node waits for all threads to complete execution, default is 10 seconds. When the wait time is reached, the process will continue executing the next node.
Only continue a specific flow
Whether to continue only a specific flow.
When I have a branching node as shown in the image above, Automation will create a new "Thread" for each new branch tasked with executing the nodes on that branch.
And when I merge branches without enabling this option, all threads will execute the same node. And the nodes will execute multiple times.
To prevent this, select the
Only continue a specific flow
option and choose one of the current threads.
As in the example below, I can select one of the two tab-opening threads to execute the chosen thread instead of running both threads at the same time.
When running, the thread opening New tab(3)
that was selected will proceed to the next Open URL node.