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 logical application workflow could not be loaded" while creating the workflow

Prashant
New Contributor III
New Contributor III

Hi Team ,

We are creating the workflow for the AD logical application ,while creating the workflow we are using the if else condition.When we approve the workflow its throwing the error "Workflow logical application workflow could not be loaded" .

We have used the below parameter as suggested in saviynt documentation.Still it's throwing the same error.

Prashant_0-1704880584786.png

(endpoints.customproperty45 eq '2') or (endpoints.customproperty45 eq '3')
((endpoints.endpointname.contains('sample_string') eq true) or endpoints.customproperty1 eq 'Yes')
In the above example, replace sample_string with the original value.
entitlement.name.contains(entitlement.customproperty1) eq true

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Change wf name and try saving


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Manu269
All-Star
All-Star

@Prashant there is no issue with the WF created.

I validated the same.

Can you try recreating the same and verify.

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

Prashant
New Contributor III
New Contributor III

Hi Team,

The issue is resolved now and below are the findings to resolve such issues in future.
Actually there is issue with the if else condition workflow .The reject point of if else condition is pointing to the end process but ideally in saviynt it should either point to add or reject access or should not point to end process directly.