bpmn-io / bpmn-js

A BPMN 2.0 rendering toolkit and web modeler.
https://bpmn.io/toolkit/bpmn-js/
Other
8.35k stars 1.29k forks source link

fix(import): handle missing BPMNDiagram#plane #2171

Closed nikku closed 1 month ago

nikku commented 1 month ago

Without this change any auxiliary <bpmndi:BPMNDiagram /> without a plane would crash the importer.

Now the (broken) BPMN diagram is simply ignored during import.


Related to https://github.com/bpmn-io/bpmnlint/pull/135