Search K
Appearance
Appearance
Pauses workflow execution for a specified number of seconds before continuing to the next task.
Use the Wait task to introduce a deliberate delay between steps — for example, to allow an external system time to process a request before polling for a result, to rate-limit calls to an API, or to space out batch operations. The delay is specified in whole seconds.
| Field | Type | Required | Description |
|---|---|---|---|
| Duration to Wait in Seconds | Text | No | The number of whole seconds to pause before the workflow continues. Defaults to 0. |
This task performs an action and does not produce output variables.
| Field | Value |
|---|---|
| Duration to Wait in Seconds | 30 |