Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

SAV_Role condition in Workflow

smadabh
New Contributor II
New Contributor II

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")

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Its correct are you facing any issues


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

smadabh
New Contributor II
New Contributor II

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

Does language selected as groovy


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.