Question
JP Morgan Chase
PL
Last activity: 17 Mar 2023 3:54 EDT
Dynamic Work Queues
My use case is as below.
I am storing data in a datatable within Pega where a specific column includes details about people to whom a specific case needs to be assigned - based on input parameters.
e.g. - if input is A, work queue for the case should include person P, person Q. if input is B, work queue for the case should include person X, person Y.
Mapping of these assignees is available in the table mentioned above.
Can someone suggest how I can achieve this?