A task that sleep for a specified duration before proceeding.
yaml
type: "io.kestra.plugin.core.flow.Sleep"
yaml
id: "sleep"
type: "io.kestra.plugin.core.flow.Sleep"
id: sleep
type: io.kestra.plugin.core.flow.Sleep
duration: "PT5S"
Dynamic NO
Format duration
Duration to sleep
The time duration in ISO-8601 format (e.g., PT5S
for 5 seconds).