Sleep for a while.

Parameters:
5000 will pause for 5 seconds.See dedicated page for more information.
sleep is a scripted action. Embedded code is accessible and customizable through this tab.
See dedicated page for more information.
The sleep action pauses pipeline execution for a defined duration. This is particularly useful in ETL workflows where a delay is needed to:
In addition to sleeping for a specified time, this action optionally supports waiting for a file to appear in the file system. This ensures proper timing when dealing with generated resources (such as downloads or logs) before proceeding to the next action.
msToSleep to 5000.filename field empty if no file check is needed.Notes:
- If both
msToSleepandfilenameare set, the pipeline pauses for the full duration or until the file is detected, whichever is longer.- This action introduces a delay without consuming significant resources.
