Wait for Signal

Modified on Thu, 21 Sep 2023

Useful for you to pause the execution of a workflow for a specific amount of time. If a signal is received before the timeout, the workflow will continue; otherwise, it will fail or follow a predefined error path.

  1. Wait for Signal (variable): Use expression editor to define the specific signal or event you want the node to wait for, allowing you to create a dynamic signal name or event condition.
  2. timeout: Specify the duration.

The node will exit if the specified time limit is reached before the signal or event is received.