cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to use the BpmnParser in a standlone manner?

tushard
Champ in-the-making
Champ in-the-making
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 get hold of an ExpressionManager instance.


Best regards,

Tushar Deshpande
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

It's not an easy task to use the BpmnParser standalone. I tried to reuse it for the Activiti Designer, but decided to duplicate the parser code instead.
So it's a matter of just trying and solving the issues you run into.

Best regards,

tushard
Champ in-the-making
Champ in-the-making
Thanks Tijs.

Looks like I would have to write my own parser.  I would like to write a SAX parser for the activiti bpmn.  Could you please point me to the activiti bpmn xsd?


Regards,

Tushar Deshpande