Receive Signal
Block the execution until a signal is received. Use in combination with 'Send Signal'.
Category: Flow Control & Logic · Group: Flow Control · Activity name: ReceiveSignal

Example
ReceiveSignal(timeoutMinutes=0)
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| Timeout | integer | Sets the maximum time (in minutes) that the activity can wait before it times out. Leave empty to wait indefinitely. |