Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Workflow Setup || Entitlement + Application Role

Manu269
All-Star
All-Star

Hello Team,

We need some help in setting up the workflow.

As a part of Access Request, we have enabled both Entitlement + Application Role Request.

We are looking for an assistance to setup 2 level approval workflow.

1. Whole request must go to Manager approval.

2. Entitlement must to Entitlement Owner Approval whereas Application Role must got to APP Owner approval.

Once approved task must be created for provisioning.

Please assist.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.
1 REPLY 1

Manu269
All-Star
All-Star

Hello I have figured it out :

 first I checked whether request is submitted for regualar entitlement or application role using below condition in if-else with language as groovy.

Here 7 means application role, in case if I want to check if request is submitted for regular entitlement then I changed the value to 2.

com.saviynt.ecm.workflow.Request_Access.get(new Long(requestaccesskey))?.accesstype == 7

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.