Wait
Allows workflows to pause or delay their execution for a specified period of time. This converts to a Temporal Durable Timer.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| wait | duration | yes | The amount of time to wait. |
Example
document:
dsl: 1.0.0
namespace: zigflow
name: example
version: 0.0.1
do:
- wait:
wait:
seconds: 5