Skip to main content
March 12, 2022
Question

com.appiancorp.process.expression.ExpressionEvaluationException

  • March 12, 2022
  • 0 replies
  • 0 views

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