Output With Description in DMN

Hi,

I have defined my DMN table with the description for each output entry.

I want to return description as well when my DMN is evaluated.
Is there any possibility to achieve this?

1 Like

Manish Kumar - I’m also looking for DMN Engine execution meta data. We used to get it through Kie Session in JBOSS Drools. I don’t know what is equivalent in Camunda.

this might be the answer → Pl. check

Hi @manish_kumar,

the description is not part of the result of the evaluation. It is stored in the XML and you can read it using the DMN model API.

If you want to return a description as part of the result then it is recommended to use another output column for this.

Best regards,
Philipp

1 Like