Scheduler
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-18 03:55 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-18 11:23 AM
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.
