Question
com.appiancorp.process.expression.ExpressionEvaluationException
Hi community,
ProcessDesignService pds = ServiceLocator.getProcessDesignService(sc);
TypedValue tv = pds.evaluateExpression(expression);
pds.evaluateExpression(expression) is giving the following error:
The type com.appiancorp.process.expression.ExpressionEvaluationException cannot be resolved. It is indirectly referenced from required .class files
I am not sure what jar file is required to be included on the build path to resolve this error. Appreciate if someone could please let me know the details.
Thanks,
Arun
