The Wait operator pauses the execution of a workflow for a specified Duration. This is typically used to accommodate time-dependent actions, such as waiting for a background process to complete or enforcing a delay between successive operations.
Perform these steps to configure the Wait operator in your workflow:
Drag and drop the Wait operator onto the workflow canvas.
Click the operator to open the properties pane.
In the Name field, enter a descriptive name for the wait operator.
In the (Optional) Description field, add details about the purpose of the pause.
Under Set Parameters, in the Duration field, specify the required wait duration in seconds (e.g., 60 seconds).
Click Save.