Cron Job to trigger process on last day of month minus 6 days

Hi

I am looking to schedule a process monthly. The process needs to run 6 days before the last day of the month. I also don’t want this 6 days to include weekends.

Thanks for the help

@Automater999

Use this

0 0 0 L-6 * ? *

In addition, when scheduling in Orchestrator, be sure to check the ‘Apply non-working days restrictions’. To set the non-working days, go to settings → non-working days and select weekends.

Please mark as solution if this helps.

1 Like

Hi,

Thanks for the response. I have just came up with the below to run at noon for 6 days before the end of month. Does this look okay?

0 0 12 L-6 * ?

Yup! Looks good!

1 Like

HI,

If this day was to land on a weekend would we be able to run it on the previous Friday.

Ie: If it was on a Sunday, minus 2 days or if it was a Saturday, minus 1 day?

Thanks for the help

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.