wait
Pause before performing the next action.
Fields
Field | Type | Description | Default |
---|---|---|---|
id | string | Optional. ID of the step. | Generated UUID |
description | string | Optional. Description of the step. | |
action | string | Required. The action to perform. | |
duration | number | Optional. Milliseconds to wait. | 5000 |
Examples
{
"action": "wait"
}
{
"action": "wait",
"duration": 5000
}