We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Workflow- Entitlement Owner is requestor then request should auto approve

Soumyaprateek
New Contributor III
New Contributor III

Hi,

We have a requirement to auto approve the request if entitlement owner is the requestor in a 2-level workflow (Manager-Ent. Owner). I referred the below links and the logic in if-else block but that is not helpful. Even I tried selecting groovy in if-else block, but still the same issue. We are working on Saviynt 23.3 version. 

The error: Exception in workflow services

entitlement.getOwnerRank1().contains(user.username) eq true
role.getOwnerRank1().contains(user.username) eq true
(entitlement.entowners == null) or (entitlement.entowners.size() == 0 )
entitlement.allowner.contains(requestedBy.username)
entitlement.getOwnerRank1().contains(user.username)
role.getOwnerRank1().contains(user.username) eq true
​role.ownerRank1.contains(requestedby.username)

https://forums.saviynt.com/t5/community-knowledge-base/workflow-check-if-app-role-owner-is-submittin... 

https://forums.saviynt.com/t5/identity-governance/workflow-bypass-entitlement-owner-approval-when-no...

Any input on this would be greatly appreciated.

@vaibhav_nagre @rushikeshvartak kindly let me now your thoughts on this. 

Thanks

Soumya

2 REPLIES 2

DixshantValecha
Saviynt Employee
Saviynt Employee

Thank you for contacting Saviynt Forums. We appreciate your inquiry, and our team is currently investigating the matter. We will provide you with a prompt response and address your concerns accordingly. If you have any additional information to share, please feel free to provide it. Thank you for your patience and understanding.

saikanumuri
Saviynt Employee
Saviynt Employee

Hi,

Thanks for reaching out. Can you please try using the below and let us know if it works
entitlement.ownerRank1.contains(requestedby.username)