Wait Task

Waits for a defined time period before proceeding with the next step.

Attributes

WaitTime A Data Constant which defines the number of milliseconds to wait.

Example

This can be useful e.g. when in a loop and calling a service which cannot process a lot of requests.

The Wait task can be handy when testing sequential workflows.