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

Error if condition in workflow fails

DavidK
New Contributor III
New Contributor III

Hi,

I created a parallel workflow that starts with the following condition:
"(entitlement.risk > 0) or (entitlement.privileged > 0) or (entitlement.CONFIDENTIALITY > 0)"

If the condition is true the workflow works as intended but if the condition is false the approval process does not continue or an error message appears.

Is my condition just bad or do I have to link the condition result differently?

DavidK_0-1706001003964.png

Kind regards,
David

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star

Remove language = groovy and make confidentiality as lower case


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

DavidK
New Contributor III
New Contributor III

Hi,

thanks for your tips they helped unfortunately I had one more error. The attribute privileged has a typo and must be written as priviliged.

Kind regards,
David