Automation of executions

In summary

Set frequency

Frequency is available and visible for automatic Schedules, when creating or editing a Schedule.
It can be defined directly in CRON language or generated from a form.

By default, the frequency is set to run every day at 6am.

CRON form

DC-Maestro allows you to use the standard CRON syntax to define a Schedule frequency of execution.

Automation 1. Accepted syntax
Field Accepted numbers Accepted characters Details

Month (M)

1 to 12

, * / -

Days (D)

1 to 31

, * / -

Week (W)

0 to 6

, * / -

Hours (H)

0 to 23

, * / -

Minutes (m)

0 to 59

, * / -

The character * alone and a frequency lower than */5 are not accepted

Automation 2. Meaning
Character Description

,

Fixed value

-

Range of values ​​(ascending order)

*

All values

/

Interval within a specific range

To learn more about the CRON language, see Wikipedia page.

CRON generation form

The form transforms the frequency set in natural language to CRON syntax.

All the options (minutes, hours, days, months) must be specified. Then click on btn appliquer to display the result in the CRON form.

CRON helper form

Enable and disable recurrence

You can disable Scheduling to block executions (automatic and manual), for example while you resolve a failed task or modify the task pipeline.

You can activate and deactivate a schedule

  • from the Schedules + list Click on the menu at the end of the line, then click on btn:[Deactivate].

  • from the ‘Settings’ tab on the Schedule page + click on the image:schedule icon. Click on the edit icon to edit the metadata area + Move the switch to edit. Move the switch to switch inactive to deactivate it and switch active to activate it.

It is impossible to run an Schedule when it is idle.
Related page