Skip to main content

WG Done

Signals that a parallel running branch has completed for a specified Wait Group ID. This node decrements the initial count that is set by the WG Add node. When this counter reaches zero the WG Wait node continues the flow.

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

  • Wait Group ID - The ID of the WaitGroup that a parallel running branch should be marked as completed.