Skip to main content

wait

Pause before performing the next action.

Fields

FieldTypeDescriptionDefault
idstringOptional. ID of the step.Generated UUID
descriptionstringOptional. Description of the step.
actionstringRequired. The action to perform.
durationnumberOptional. Milliseconds to wait.5000

Examples

{
"action": "wait"
}
{
"action": "wait",
"duration": 5000
}