Type Alias Crondef

Crondef: string | { expression: string; validUntil?: string }

Type Declaration

  • string
  • { expression: string; validUntil?: string }
    • expression: string

      A cron expression describing when the workflow instance should be created.

    • OptionalvalidUntil?: string

      The date and time (ISO 8601 format) after which this cron expression is no longer active.