Sleep
yaml
type: "io.kestra.plugin.core.flow.Sleep"
A task that sleep for a specified duration before proceeding.
Examples
yaml
id: "sleep"
type: "io.kestra.plugin.core.flow.Sleep"
id: sleep
type: io.kestra.plugin.core.flow.Sleep
duration: "PT5S"
Properties
duration
- Type: string
- Dynamic: ❌
- Required: ✔️
- Format:
duration
Duration to sleep
The time duration in ISO-8601 format (e.g.,
PT5S
for 5 seconds).
Outputs
Definitions
Was this page helpful?