Hi Team
I want to get the assignments first in work queue not from worklist.
Hi Team
I want to get the assignments first in work queue not from worklist.
@Satya K
You can check the check box (Get from work queues first) which is available in operator rule form under the work tab. please find the below attachment for your reference.
If not, can you elaborate your query.
Hi @Satya K,
This setting is internally read by the pxGetNextWork activity (or other routing logic), which decides the source (worklist or workbasket) order based on it.
This means:
The system will now attempt to get assignments from Work Queues first, and only go to the Worklist if no work queue assignment is available.
To trigger the Get Next Work algorithm to retrieve Assignments from the Work Queues of the user first, select the Get from Work Queues first checkbox.
Otherwise, Get Next Work picks up the top Assignment on the user Worklist, and accesses Work Queues only if this user’s Worklist is empty.
If a user is a member of the Team A to review mortgage requests, the Next Get Work algorithm suggests Assignments that the application routes to the Team A Work Queue first and then moves to the Assignments from the user’s individual Worklist.
For your reference
Defining work routing settings for an operator
If you want this for Customer Decision Hub
In Pega Customer Decision Hub (CDH), assignment handling—especially for Get Next Work (GNW)—is different from standard case management. CDH heavily relies on Next-Best-Action (NBA) strategies rather than worklist/work queue assignments.
In CDH, you’re not dealing with traditional assignments and work queues in the same sense. Instead, CDH uses:
Real-time containers
Decision Strategies
NBA flows
Channel treatments (email, outbound, paid media, etc.)
Thanks
Raja