Skip to main content

Fork Branch

Creates multiple branches of automation path.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

if ContinueOnError property is true, no error is caught when the project is executed even if Catch node is used.

Input

  • Input - Data to be passed to the multiple branches of automation path.

Output

  • Wait Group Id - Id of the wait group for synchronizing the branches.
  • Branch Id - Id of the specific branch of automation path.

Options

  • Number of Branches - The number of new branches to create.

Wait Group Id and Branch Id are automatically generated and sent with fork branch node. You do not need to provide them.