I am new to BPMN and BPMN2 Modeler. I want to print all paths from start event to end event. is there any script available to do that?
Asked
Active
Viewed 207 times
1 Answers
1
I don't know if such a script exists, but if you are willing to invest some work you could create it yourself by loading the EMF resource of your bpmn model. Then calculate those paths from the java instance of your bpmn model. This is relatively easy.
Another option would be to use a Model Query of Eclipse MoDisco. You could write it using OCL or Java.
I created a similiar query for UML Activity diagrams. That wasn't too much work. When using MoDisco infrastructure, you need not to worry about loading of the model.

SpaceTrucker
- 13,377
- 6
- 60
- 99
-
can I get a link to your script so that i have a reference point and can develop on similar lines? – vaibhav Nov 06 '13 at 11:35
-
@vaibhav sorry, I'm not allowed to publish it. – SpaceTrucker Nov 06 '13 at 12:21