How to Deny Access to Assignment for user with different WorkQueue

Hi,

I’m Having Workqueue A and Workqueue B.

Now I want that in Assignment Assign1 can enter only operators with WQ A and Assign2 can be worked only from operator with WQ B.

How can I reach my goal?

I was thinking Access Deny, but it works on Case scope, not assignment.
Otherwise I was thinking as well to limit the flow action with a when rule (in security tab) but I’m not sure about it.

Can you help me to understand better this part?

Thank you in advance

@DanieleD9965

Please try with ABAC - Attribute Based Access Control. Have the ABAC rule in Assign-WorkBasket class and access when define your security logic.

Automatically ABAC security logic will get applied in all report queries and security established across application.

Please refer the below article to know the implementation steps of ABAC

Pega Attribute Based Access Control - OneStopPega

@Gunasekaran Baskaran

Thanks for your help. Is not ABAC a way to allow or deny access through the whole case? Or using the Assign-Workbasket class it’s a way to avoid that user access to that specific object (incidentally the Assignment routed to the WQ)?

Thanks again for your response