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
7.98k stars 2.62k forks source link

No decision table reference key is defined on the dmn activity #2697

Open yvoswillens opened 4 years ago

yvoswillens commented 4 years ago

When validating a process or case model containing a decision task in Flowable Modeler the validation error; "No decision table reference key is defined on the dmn activity" is always given. Even when a decision table / service is selected in the decision task.

This issue is only related that the validation. A false positive; when exporting / deploying the model is correct.

The validator needs to have a complete JsonConverterContext. This is currently not the case which causes this issue (not have the decision models available when looking up the key).

yaodwwy commented 3 years ago

what's going on ?

thurgi commented 2 years ago

i have the issue