Sleep

The Sleep action suspends the Workflow for a specified amount of time.

The following table shows the parameters for the Sleep action.

Table 1. Sleep action parameters
Name Data type Required Notes
duration Number Yes The amount of time to wait, in milliseconds.

XML Example:

This action causes the Workflow to pause execution for 5 seconds.

<Sleep duration="5000" />