Question
Claysys
IN
Last activity: 9 Jan 2020 14:40 EST
Bot Scheduling issue
I have scheduled the robot for executing a process daily once. it is always executing the process as we scheduled, but after processing, it will start again after 5 min, please advise
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
US
By default when a Robot Runtime is registered as RPA Service, it is expected to always run in its base workgroup. If you schedule a robot to run at specific time in a different group and don't want it to run other times, then you need to add a stop schedule fifteen after it.
Claysys
IN
Pegasystems Inc.
US
The point of a robot schedule is to have it run at specific time frame. I would say in your case you should set the schedule time around max amount time you think the process would take to complete. In the schedule definition, you will configure the stop schedules. i
For example, if you want to run the first activity runs from 6:30 to 7 AM and second 8:30 to 9 AM each day.
You will need to have three schedule entry done weekly for each day of the week where
- Stop from 12 AM to 6:15 AM
- Stop from 7:15 AM to 8:15 AM
- Stop from 9:15 AM to 11:45 PM
Hope this helps!
Claysys
IN
Thanks for the reply, I have one question in the case of multiple workgroups, how can I schedule two processes from a different workgroup?
Or please guide me on how to schedule processes from different workgroups.
Thanks
Pegasystems Inc.
US
At any given time, Robotic Runtime can run under a single workgroup. If you want the robot to work under multiple workgroups, they all have to defined in the pyGetCandidateWorkGroupListByDispatchOperator decision table. When you schedule to bot, there is an option to either stop the robot at specific time or move the robot to a different workgroup where it will perform the work from that group workbaskets.
Claysys
IN
What if I need to run the BOT only once at a specific time and I dont know how long the BOT is going to execute.
how can i stop a schedule after the execution when i dont know what the execution is goin to complete.?
My use case is to run one process at 6:30 and another at 8:30 only once.
Thank you for your time.
Claysys
IN
Thank you Rushabh Shah..
What if I need to run the BOT only once at a specific time and I dont know how long the BOT is going to execute.
how can i stop a schedule after the execution when i dont know what the execution is goin to complete.?
My use case is to run one process at 6:30 and another at 8:30 only once.
Thank you for your time.