How to upload calendar for non working days in orchestrator

Hi everyone!

I’m new to all the orchestrator stuff, but I’m trying to set up a trigger for a process that should workevery 15 minutes from monday to friday.
So I set up the trigger in this way:

I’m facing issue with the non working days, that should be every saturday and sunday!
I read that this caldendar should be uploaded through settings, but I 'm not able to find it and do it. Does anyone know how to do it?

Thanks a lot!

you can use this cron pattern -

0/15 0 0 ? * MON,TUE,WED,THU *

1 Like

Sorry, Where should I set up this pattern?

Under the Advanced option in your screen , you will find cron option

sorry for this probably stupid reply, but i can’t see no “advanced option” in Orchestrator

No issues…
In your screen shot, there is one radio button named Advanced, click on that you will find the cron expression option.

Got it! this cron expression set this trigger every 15 seconds! Do you know how to change it from seconds to minutes? I’m not familiar with the cron expression!

solved, it should be something like this:

0 0/15 0 ? * MON,TUE,WED,THU,FRI *

yes, that is correct

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