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

Workflow request to skip the role owner approval

Dharm
Regular Contributor
Regular Contributor

Hi Team,

We have a use case where we have a 3 level of workflow is required.

First level will go to the Manager for approval.

Once Manager is approved, it should go to the Role owner but before that we need to check the role custom property matches the condition 'xyz', if this matches then we should skip the role owner approval.

 

Thanks

I have tried using if-else after the manager approval but it is not working.

Can you please check and suggest what should be the right condition to use to achieve this use case.

Dharm_0-1721901439740.png

 

 

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Entitmement.customproperty5 eq 'Yes'


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

Also this will work for role custom property since we are using 

Entitmement.customproperty5 eq 'Yes'

Dharm
Regular Contributor
Regular Contributor

I have the updated the workflow and the request is routed back to manager after first level of manager  approval.

Can you please check and let me know if I am missing any steps.

Dharm_0-1721913735363.png

 

entitlement.customproperty5=='XYZ'

entitlement.customproperty5 eq 'XYZ'

Refer below for details:

https://forums.saviynt.com/t5/general-discussions/workflow-components-role-attributes/m-p/2757

 

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.