DMN-01002 exception ONLY when DMN is called from within BPMN

Hi there,

I have a DMN table which contained a small error: a String output parameter had no Quotes (Output instead of “Output”).

I had written a test for this where I call the DMN via the engines DecisionService. However, this test does not fail.

When I call the DMN from within a BPMN process, however, the evaluation of the table DOES fail (DMN-01002).

How is that possible? :slight_smile: and why? And how can I test my DMNs reliably without using the runtimeService?

Thanks in advance,
Ben

Hi Ben,
Could you upload your BPMN and DMN? It would be easier to diagnose if it can be replicated.

Joe