CronPattern
Schedule pattern based on cron expression
type CronPattern {
recurrenceType: SchedulerPatternRecurrenceType!
cronExpression: String!
}
Fields
CronPattern.recurrenceType ● SchedulerPatternRecurrenceType! non-null enum
Type of recurrence pattern - will be CRON
CronPattern.cronExpression ● String! non-null scalar
Cron expression in standard format
Implemented By
SchedulerPattern union