Answered
Does BizAgi has some library to allow use methods to read .bpmn file extension?
Hi there,
in the context of my master thesis research, i would like to know if there is any chance of use the BizAgi to solve my problem. I need a way to read files in .bpmn extension ( files exported using BizAgi ) and i need to interpret the files content to understand how many processes it has, which one, how many activities it has, which one, etc..
Do you have any clue how can i do it?
ps: I tryed other third-part software and the solution typically that i used is to use libraries with some classes and methods that allow me to do that tasks. But since BizAgi Modeler is freeware, and not open source, i presume that this is not possible.
Kindly Regards,
HB
Dear Hugo,
Modeler can import and export only from the application to / from BPMN 2.0, but do not provide any API to do this kind of tasks. For this, you should use another tool or build an application to parse the file and get the information you want with reference to the BPMN 2.0 specification: http://www.omg.org/spec/BPMN/2.0/
Regards
Dear Hugo,
Modeler can import and export only from the application to / from BPMN 2.0, but do not provide any API to do this kind of tasks. For this, you should use another tool or build an application to parse the file and get the information you want with reference to the BPMN 2.0 specification: http://www.omg.org/spec/BPMN/2.0/
Regards
Comments have been locked on this page!