Hey everyone,
I’m trying to create a war file but when I use a DMN Table in my BPMN Model, I get this error in eclipse console:
“ENGINE-16004 Exception while closing command context: no decision definition deployed with key ‘testDecision’ and tenant-id ‘null’: decisionDefinition is null
org.camunda.bpm.engine.exception.dmn.DecisionDefinitionNotFoundException: no decision definition deployed with key ‘testDecision’ and tenant-id ‘null’: decisionDefinition is null”
Even using war approach, they should get deployed and listed there.
But since you are confirming that both are listed then it might be that the deployed dmn definition is an old version with a different definition key so please download the deployed dmn from cockpit and make sure that a correct key is used.
On a side note, the shared dmn definition has no rules defined.