Community
Participate
Working Groups
Build Identifier: 20110916-0149 This is an enhancement request. The export diagram supports image formats (GIF, SVG, etc.). It would interesting to also export in XPDL (http://www.wfmc.org/xpdl.html), which is a the serialization format for BPMN. This will provide more interoperability with other software (e.g. process engines). Reproducible: Always Steps to Reproduce: 1. Could not find an export to XPDL function.
It seems like importers and exporters should be implemented as stand-alone plugins and are probably out of scope for this editor. If you have working code to contribute, we will gladly consider adding it to the BPMN2 Modeler project ;) If you feel that this feature really should be included in this project, please reopen this bugzilla and we can continue the discussion here...
I am new to plugin dev, but I could have a look. Feel free to give me some pointers since I am not sure what is the best way to access the model (to create it during an import and to traverse it during an export). Thanks.
I don't know for sure if the xpdl import/export should be included in the bpmn2-modeler. If you feel that it is out of scope, I wont push back :) (although, bpmn2-modeler does some exports, but only in image formats). XPDL 2.2 just got released to follow on BPMN 2.0. I do not have code for the import/export plugin, but I am willing to look at it with some help. Given that I am new in Eclipse plugin in general, where do you think would be the best way to : - either extend the bpmn2-modeler to import/export xpdl - or implement a separate plugin ? I guess I would need to access the bpmn2 model (create an instance of it during xpdl import, and visiting it during xpdl export). Thanks.
closed due to inactivity