Skip to content

Wait for Connections

Wait for all connected nodes to complete before proceeding to the next node.

Use this node when you 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 you 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.

branches

When merging branches without enabling this option, all threads will execute the same node, resulting in duplicate executions.

specific flow disabled To prevent this, select the Only continue a specific flow option and choose one of the current threads.

As shown in the example below, you can select one of the two tab-opening threads to execute, ensuring only the chosen thread runs instead of both threads simultaneously.

specific flow enable

When running, the thread opening New tab(3) that was selected will proceed to the next Open URL node.

specific flow enable