Skip to main content
Allows workflows to pause or delay their execution for a specified period of time.

Properties

wait
string | duration
required
The amount of time to wait. If a string, must be a valid ISO 8601 duration expression.

Example

document:
  dsl: '1.0.3'
  namespace: test
  name: wait-example
  version: '0.1.0'
do:
  - waitAWhile:
      wait:
        seconds: 10

Build docs developers (and LLMs) love