ROCKFlows / FromMLWFConfigurationToBPMN

This project aims (i) to record workflows (meta and instance) defined in BPMN (XML parking) extended by a small constraint language, (ii) to merge and verify the knowledge contained and (iii) to transform them into a system of constraints (Feature model) in order to facilitate the selection of a workflow adapted to a new problem.
GNU General Public License v3.0
1 stars 1 forks source link

[BUG] Corrupted instance file (generate command) #121

Closed MireilleBF closed 3 years ago

MireilleBF commented 4 years ago

Describe the bug The generated BPMN Instance diagram is corrupted. See image.

To Reproduce Steps/Commands used to reproduce the behavior: String metaWFPATH = "../BPMN-Models/FeatureBasedMetaWF.bpmn2"; String outputWFPATH = "../BPMN-Models"; File fin = new File(metaWFPATH); File fout = new File(outputWFPATH); factory = new InstanceFactoryImpl(fin); factory.getWFInstance(fout);

Expected behavior When opening the resulting file with BPMN Editor, we should not have to repair the diagram.

Screenshots or Additional files

i_ 2020-07-11 à 19 43 23

Desktop (please complete the following information):

NicolasLacroix commented 4 years ago

Can you give the implied file so I can try to reproduce the error ?