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 Condition for Remove Access and Remove Account

AashishD
Regular Contributor II
Regular Contributor II

Hi,

This is regarding Service Accounts

So, we have a requirement that a remove access task should go through a workflow (for which we have a custom query) and remove account should be auto approved.

However, i doubt if we can mention a condition to segregate the remove access and remove account.

According to schema guide, both remove access and remove account has the same ars request type mapping.

AashishD_0-1726833424055.png

 

Any suggestions? Though we can put a check if entitlement is null. But any other suggestions.

 

1 REPLY 1

Amit_Malik
Valued Contributor II
Valued Contributor II

try this

((ars_requests.requesttype == 2) and (entitlement == null))  for remove account path else for remove access

Kind Regards,
Amit Malik
If this helped you move forward, please click on the "Kudos" button.
If this answers your query, please select "Accept As Solution".