Search K
Appearance
Appearance
The Wait node pauses the execution of the workflow for a specified duration in seconds before continuing to the next node. This allows for controlled delays between task executions when needed.
No external service or node dependencies are required for this node.
| Label | Input Type | Description | Required | Visible When | Default | Example |
|---|---|---|---|---|---|---|
| Duration to Wait in Seconds | Number | The amount of time to wait (seconds). | ❌ No | Always | 0 | 42 |
No output is generated by this node.
Wait for 42 seconds.
| Field | Value |
|---|---|
| Duration to Wait in Seconds | 42 |
| Output | no output |
| Error Condition | Description |
|---|---|
| Duration to Wait in Seconds is not a valid Integer | An invalid data type has been provided in the Duration to Wait in Seconds field. |