Click HERE to see how Saviynt Intelligence is transforming the industry. |
10/29/2024 12:26 PM - edited 10/29/2024 12:27 PM
We have a workflow where we have the current condition as shown below
Requirement: If the request is made by someone from ROLE_EIAM_OPERATIONS then auto approve, else send to manager approval.
The below condition is however always assigning it to manager.
Can you help check if this query is right?
In CONDITION: If Else box -
requestedby.authorities.collect { it.authority }.contains("ROLE_EIAM_OPERATIONS")
10/29/2024 01:03 PM
Its correct are you facing any issues
10/29/2024 02:13 PM
Yes, even when users with that SAV_ role are requesting an entitlement, it is going for manager approval.
We assigned manager approval only when someone is NOT from that SAV_role
10/29/2024 02:38 PM
Does language selected as groovy