Skip to main content

Wait

Allows workflows to pause or delay their execution for a specified period of time. This converts to a Temporal Durable Timer.

Properties

NameTypeRequiredDescription
waitdurationyesThe amount of time to wait.

Example

document:
dsl: 1.0.0
namespace: zigflow
name: example
version: 0.0.1
do:
- wait:
wait:
seconds: 5