[FEAT] Add support for BPMN data objects #2916
Labels
BPMN support
Something about the BPMN specification that the lib is already supporting or will support
enhancement
New feature or request
Milestone
Describe the bug
When modelling the data-flow perspective in BPMN you use data objects. Although they are correctly shown in the Camunda Modeler, bpmn-visualization will show warnings in the console like e.g.
bpmn-visualization.esm.js:3023 [bv-parser] Edge json deserialization: unable to find bpmn element with id DataOutputAssociation_0yl0bbm
and doesn't display the data objects nor their associations.
To Reproduce
Steps to reproduce the behavior:
Example:
Expected behavior
I expect that data objects should be displayed.
Screenshots
In camunda modeler:
In bpmn-visualization:
Console:
Desktop (please complete the following information):
Additional context
I'm using bpmn-visualization in a react application. But the problem should be independent of a specific framework.
The text was updated successfully, but these errors were encountered: