Created DMN document not deployable

Hi,
I am trying to generate a DMN file programmatically by using the Dmn static class of the jar file:
camunda-dmn-model-7.14.0.jar and camunda-xml-model-7.14.0.jar.
The dmn file generated is loadable by the Modeller without any error message but I cannot deploy it to our Camunda Shared (7.14ee) server.
For the deployment, I am using the Modeler version 4.6.0
The error message is always:

ENGINE-22004 Unable to transform DMN resource ‘dmnfile001.dmn’. [ deploy-error ]

It looks for me as the DMN-file is generated with the old format.
Is there something I have missed? Something to configure?

dmnfile001.dmn (1.1 KB)
TestDMN.java.txt (4.1 KB)

Best Regards
Edmund

I have found my problem!
The Name attribute of the output elements were not set.
After setting the name elements the file can be deployed.

1 Like