TimeBetweenCondition TimeBetweenCondition

yaml
type: "io.kestra.core.models.conditions.types.TimeBetweenCondition"

Condition for allows events between two specific time

Examples

yaml
- conditions:
    - type: io.kestra.core.models.conditions.types.TimeBetweenCondition
      after: "16:19:12+02:00"

Properties

date

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️
  • Default: null

The date to test

Can be any variable or any valid ISO 8601 time, default will use null

after

  • Type: string
  • Dynamic:
  • Required:

The date must after this one

before

  • Type: string
  • Dynamic:
  • Required:

The date must before this one