Sleep
Delays for a specified amount of time.
Properties
SleepTimeSecs
Type: Int32 Input
An integral length of time (expressed in seconds) for which the Node should block.
Remarks
Use this Node to delay when a predictable wait period is required or before retrying a sequence of steps that failed with a recoverable error.
Note that if the Workflow is forced to stop (because of user-requested or platform-initiated stop), this Node will immediately terminate.