Could someone please explain me how to write cron expressions for advanced Scheduling in Orchestrator

Hi,

Could you please help me with a cron expression for the below.
Every 30mins from 11 to 20 except 12 to 13 for only 1st 3 working days of the month.
Please share any documents or links to learn how to write cron expressions.

Thanks,
Jayajeet

1 Like

here you go the
expression is

0 0/30 11,14,15,16,17,18,19,20 ? * SUN,MON,TUE *

this is the description

for more details on this

hope this would help you
Cheers @JayajeetDas

4 Likes

is it working
kindly let know for any queries or clarification
@JayajeetDas

Hi,

Thanks a lot for the solution. This doesn’t resolves the whole problem but somewhat does. The question was for 1st 3 working days of the month. For example, Oct,2019- Tue,Wed,Thu and Nov,2019- Fri,Mon,Tue. So, we cannot give days of the week. Need some other logic there. Rest all is good.

Thanks,
Jayajeet