Question
Pegasystems Inc.
US
Last activity: 30 Oct 2018 13:15 EDT
Work Queue Calendar
Hi,
I'm trying to assign Calendar for a Robotic Work Queue.
https://community.pega.com/sites/default/files/help_v74/procomhelpmain.htm
I have created new Calendar instance and removed "Business" check box for Thursday (today):

Then I have assigned this Calendar for Work Queue where case is routed:

I have clicked Save on both items. However, I don't see any effect of this. New cases are still routed to AZWB queue as before and immediately available for robots for processing.
I also tried to switch type or queue from Robotic to Standard, but it doesn't help. New cases are still routed normally.
Hi,
I'm trying to assign Calendar for a Robotic Work Queue.
https://community.pega.com/sites/default/files/help_v74/procomhelpmain.htm
I have created new Calendar instance and removed "Business" check box for Thursday (today):

Then I have assigned this Calendar for Work Queue where case is routed:

I have clicked Save on both items. However, I don't see any effect of this. New cases are still routed to AZWB queue as before and immediately available for robots for processing.
I also tried to switch type or queue from Robotic to Standard, but it doesn't help. New cases are still routed normally.
What I'm missing here? Should I restart application server to apply new calendar?
Should it work for Robotic queues or it is intended to work only for standard queues?
Thank you!
***Edited by Moderator: Pallavi to update platform capability tags***
Two possible solutions, the first two assume you are able to create a calculated property that will have contain a datetime property where the robot should be allowed to start processing:
If you are manually "starting" and "stopping" work queues (wondering exactly what you mean by this) now you could just automate doing this on a schedule using an Agent Rule.
Use an SLA rule with "Assignment Ready" set to be dynamically set with property. I am pretty sure the robot is calling the get next work activity which won't return work that isn't "ready" so this should work. But once the assignments are ready they will be processed and this doesn't give you a way to stop processing if app is going down and there is work still in the queue.