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

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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