Sleep step
The Sleep step pauses task execution for a specified period of time.
The Sleep step can be used to introduce delays between workflow operations without requiring a custom PowerShell script.
Add a sleep step
- Open a task in edit mode.
- Click the insert step icon (
) and select Advanced > Sleep. - Enter the duration details.
- Click Save.
Sleep step usage
- Sleep steps can be used anywhere within a task workflow.
- Sleep steps do not modify files or task state.
- Sleep steps are not supported in the Post Run section.