major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
Many tags in a BPML export of a BPMN diagram do not have a canonical order. As a result, the entire file changes with every export because the nodes are exported in a different order.
Improvement
Ensure a consistent node order during export. This is the only way to compare two exports textually in a diff view.
Test
- Create a workflow.
- Export the workflow (wf1.bpml)
- Make minor changes to the workflow.
- Export the workflow again (wf2.bpml)
- Compare the contents of the wf1.bpml and wf2.bpml files. Unchanged sections should retain the same order in the file.