The parallel branch node can divide a workflow into multiple branches. Each branch can be configured with different nodes, and the execution method varies depending on the branch mode. Use the parallel branch node in scenarios where multiple actions need to be executed simultaneously.
Built-in plugin, no installation required.
In the workflow configuration interface, click the plus ("+") button in the flow to add a "Parallel Branch" node:

After adding a parallel branch node to the workflow, two sub-branches are added by default. You can also add more branches by clicking the add branch button. Any number of nodes can be added to each branch. Unnecessary branches can be removed by clicking the delete button at the start of the branch.

The parallel branch node has the following three modes:
Regardless of the mode, each branch will be executed in order from left to right until the conditions of the preset branch mode are met, at which point it will either continue to the subsequent nodes or exit prematurely.
Refer to the example in Delay Node.