Skip to main content
The “Sleep” transformer halts/pauses processing of the data for a certain number of seconds. The sleep transformer can, for example, be used to throttle outgoing API calls. Useful for rate limited API calls.

Fields

Time to wait (in seconds)

A required field. The number of seconds the process is paused.

Sample data

FieldValue
Input data
Time to wait (in seconds)10
ResultThe transformer sleeps/waits for 10 seconds