cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduler

SachinBais
Level 4
Hello All, i have to schedule a process which will run on 9th of every month and if the 9th is holiday it should run on next working day (please assume 1 condition where 9,10,11 is holiday so bot should run on 12th ) please let me know how i can configure it with scheduler.
1 REPLY 1

GONG_QUANZHANG
Level 2
You have to setup your calender in BP system.  In the system you could set working day & holiday ,  and if your country's holiday is special , you have to create a Object , which input a date , and could calculate your next working day, i remember there is funtion called ""Is Working Day"" . Meanwhile , to makesure the Robot could  run every month ,  you have to shedule  every month 9,10,11 or even more.  Before the real process run , you should desgin a process to help check if it is working day or holiday .   It can be solved , but a little bit complicated.