flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
8.01k stars 2.63k forks source link

Flowable Modeler: export/import of BPMN diagram loses the decision table reference #3110

Open Sinimane opened 3 years ago

Sinimane commented 3 years ago

I have a very basic BPMN with a decision table with a reference set to "Decision Table Example": new decision table

Exporting the diagram from the modeler, and importing it again results in the decision table reference losing its value: export-import-decision-ref-lost And an error is shown on the validation: Validation Error

Here is the BPMN diagram before the import to the modeler (before losing the table reference): DMN_Example.zip

martin-grofcik commented 3 years ago

Hi,

see: #3106

Regards Martin