Orchestrator advance schedule for specific day

Hi All,

I want to Schedule the Bot in Orchestrator on the below condition. This is a monthly process, It will run on every month.

The process will be automatically triggered on the 1st day of the month at 12:05 am. If the 1st day of the month is Friday, then the process should be triggered at 10 am.

Please help with this.

Regards
Ariv

@arivazhagan_mathivan Try using a Cron expression for this…

See Free Online Cron Expression Generator and Describer - FreeFormatter.com


Didn’t see the “If the 1st day of the month is Friday, then the process should be triggered at 10 am.”
I don’t think this is possible…


Think about adding conditional statements within the process to check if the date is the first day of the month. Schedule the process for the 1st day of the month at 12:05 am AND Friday at 10:00am.

1 Like

You can make other days like Non-working days