Scheduling Robot in Orchestrator

Hi,

How to schedule a Robot in Orchestrator that runs week days only (Mon-Fri) and daily within certain time period (example 11:00 AM to 11:00PM) for every 1 hours.

Appreciate quick support.

Thanks

1 Like

@krishbcd

Schedule bot using Advanced and write the cron expression as below

0 0 11-23 ? * MON,TUE,WED,THU,FRI *

Hope this helps

Thanks

2 Likes

It works for every 1 hours.

May I know How you would like run between that time

Cheers @krishbcd

Yes, It will works every 1 hour, between the 11 AM to 11 PM time

Thanks

Hi @krishbcd
For disable on weekends you can mark holidays as Saturdays and sundays on orchestrator
Then it won’t run for week ends

@krishbcd - you can create your own crone expression, check this http://www.cronmaker.com/ site for easy crone expression…

Yes. I found the solution with cron expression

Found the solution with cron expression.

Thank you all for your support

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