Skip to main content

WG Create

Creates a Wait Group identifier to be used in synchronizing parallel execution.

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 the Catch node is used.

Output

  • Wait Group ID - Identifier of the created wait group.

This node creates a wait group identifier to be used in synchronizing parallel execution.