DayWeekCondition

type: "io.kestra.core.models.conditions.types.DayWeekCondition"

Condition for allows events on weekdays

# Examples

- conditions:
    - type: io.kestra.core.models.conditions.types.DayWeekCondition
      dayOfWeek: "MONDAY"

# Properties

# date

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️
  • Default: {{ now(format="iso_local_date") }}

The date to test

Can be any variable or any valid ISO 8601 datetime, default will use {{ now(format="iso_local_date") }}

# dayOfWeek

  • Type: string

  • Dynamic:

  • Required: ✔️

  • Possible Values:

    • MONDAY
    • TUESDAY
    • WEDNESDAY
    • THURSDAY
    • FRIDAY
    • SATURDAY
    • SUNDAY

The day of week