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.
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
Desktop (please complete the following information):
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
Desktop (please complete the following information):