Skip to main content

Scheduling a Production Line

Schedules define when production lines run. While individual tasks can be scheduled, schedule at the production line level to keep configuration simpler.

Create schedules at Build > Schedules.

Schedule Types

Select a schedule type that matches when you need your pipeline to run:

NameCodeDescription
Daily ProcessingDAILYRuns every day.
Day/Month (ddMM) of YearDAY-MONTH-OF-YEARRuns at specified day(s) of year. This is a 'ddMM' comma separated list of days in months (both days and months must be 2 digits e.g. 05) e.g. '0304,1712' will run on April 3rd and again on December 17th.
Last Day of MonthLAST-DAY-OF-MONTHRuns on the last day of each month
Process Every WeekdayWEEKDAYRuns every weekday (i.e. Monday to Friday).
Quarterly EOM ProcessingQUARTERLYRuns on the first day of each quarter (i.e. Jan 1st, Apr 1st).
Specific Day(s) of MonthDAY-OF-MONTHRuns on specified day(s) of the month. This is a comma separated list of days in the format '7,14'.
Specific Day(s) of WeekDAY-OF-WEEKRuns on specified day(s) of the week. This is a comma separated list of days in numeric format where Monday = 1, Tuesday = 2, ... Sunday = 7.

Depending upon the type selected, a value may be required. For instance, if selecting 'Specific Day(s) of Month' a list of days is required. Selecting 'Last Day of Month' or 'Process Every Weekday' doesn't require a value to be entered.

Frequency (Intraday)

Schedules can run multiple times per day. For example, run every 2 hours from 8am to 6pm by selecting 'Every n Hours' with a value of '2'.

NameCodeDescription
Once per DayONCERuns once per day
Every HourHOURLYRuns every hour
Every 'n' HoursEVERY-N-HOURSRuns every n hour(s), e.g., '3' runs every 3 hours
Every 'n' MinutesEVERY-N-MINUTESRuns every n minute(s), e.g., '15' runs every 15 minutes
Specific TimesHOUR-OF-DAYRuns at specified times (24-hour format), e.g., '815,14' runs at 8:15am and 2pm

What's Next?