Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Table of contents

wait

Description

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
}