Condition to allow events between two specific times.
yaml
type: "io.kestra.plugin.core.condition.TimeBetween"
yaml
- conditions:
- type: io.kestra.plugin.core.condition.TimeBetween
after: "16:19:12+02:00"
Dynamic
NO
Format
time
The time to test must be after this one.
Must be a valid ISO 8601 time with offset.
Dynamic
NO
Format
time
The time to test must be before this one.
Must be a valid ISO 8601 time with offset.
Dynamic
YES
Default
{{ trigger.date }}
The time to test.
Can be any variable or any valid ISO 8601 time. By default, it will use the trigger date.