Is it possible to use the BpmnParser in a standlone manner?
Hi,Is it possible to use the org.activiti.engine.impl.bpmn.parser.BpmnParser in a standalone manner? In that case, how to create an instance of the BpmnParser? The BpmnParser constructor needs an ExpressionManager instance, and I do not know how to...