Hi All,
I am planning to create plugin in which I am using ProcessDesign Service to evaluate expression -
ProcessDesignService pds = ServiceLocator.getProcessDesignService(sc);TypedValue tv = pds.evaluateExpression(expression);
In eclipse it throws error- The type com.appiancorp.process.expression.ExpressionEvaluationException cannot be resolved.
I found out that this exception was part of appian-process.jar. But I am unable to find this jar file.
Can someone let me know location of above jar file please?
Discussion posts and replies are publicly visible
Found out the location of all Appian jars -
{Appian_home}/deployment/web.war/WEB-INF/lib
Hi,
I am facing this same error. I have searched in {Appian_home}/deployment/web.war/WEB-INF/lib in appian-process.jar and couldn't find it.
Could you please share the jar file?
Thanks in advance.