CRON is not being interpreted correct

if you set up at trigger to use CRON it’s not being shown correct (it will run correct)

0 0 8-15/1 ? * 2-4,6

Turns into

Every 1 hours, between 08:00 AM and 03:59 PM, only on Monday through Thursday and Saturday

It should be presented as below, and In fact this is how it runs, as i would expect!

Every 1 hours, between 08:00 AM and 03:59 PM, only on Monday through Wednesday and Friday

Now if i delete the ‘,6’ at the end on the same trigger

0 0 8-15/1 ? * 2-4

It will show as

Every 1 hours, between 08:00 AM and 03:59 PM, only on Monday through Wednesday

Be aware it is ONLY the way the cron is presented in the trigger list that is the issue, it will run correctly.

We run the latest stable Orchestrator release for enterprise

This bug was fixed in 2022.4, released today: 2022.4

1 Like