Question
3
Replies
1005
Views
Posted: August 9, 2018
Last activity: September 13, 2019
Closed
PEGA Robot Manager Case Selection
Hi,
We noticed that robots are not taking the cases base on case number/creation time.
But on what is the last added case or at random sometimes.
First created cases are sometimes process lasts.
Is there a setting on which we can change this? We need cases to be taken as first-in-first-out manner
Thanks
Hey! Good question - by default it is does not sort by FIFO as you've observed. The mechanism for case order is determined by the GetNextWork activity. You can customize this activity by overriding the activity and sorting according to your needs.
Override GetNextWork from the Assign-WorkBasket class and save it under the current application.
Under the content tab
Screenshot: