GfSE / SpecIF-Viewer

A viewer and editor for SpecIF files.
Apache License 2.0
9 stars 3 forks source link

Implement BPMN-Editor #8

Open odungern opened 4 years ago

odungern commented 4 years ago

As a business analyst or system designer, I want to create and to update BPMN diagrams, store the result as BPMN-XML and update the semantic net using the SpecIF. The motivation is to avoid using a separate tool and the exporting/importing of the model. Currently bpmn-js is used to transform an original BPMN-XML file 'under the hood' to an SVG which is then rendered by the browser. Idea: Enable the plugin for editing BPMN models. When saved, the semantic net in SpecIF shall be updated accordingly.