Question
Excellus Blue Cross Blue Shield
US
Last activity: 11 Mar 2024 10:33 EDT
Controlling Case Flow into Robot Queue based on condition
I have a bot-processing scenario where there is a need to handle multiple cases with the same type and transaction type for the same customer. The application used in the automation has contention issues if multiple bots are working on cases for the same customer simultaneously.
Ideally, I would be able to allow one case for each unique customer to be worked by a bot or queued to be worked one at a time to avoid these contention issues and mitigate requeuing fallout. Volumes are too large to dedicate a single bot to work the entire case load and the transactions are spread out across many different customers.
Also of note, I am also looking to achieve this without the use of the parent/child relationship model due to the way cases are created by upstream processes.