Generate DRD via DMN model API

Hi,

did someone already successfully generated a DRD (two linked decision tables) with the model api?
I am working on a DSL/fluent Builder on top of the model API (GitHub - holunda-io/camunda-decision: Extension for easier, type safe interaction with camunda dmn).

When I create a DRD in the modeler, I see that a second namespace for bpmn.io is referenced in the XML header, but the dmn model API only supports a single namespace …

If this is so, to achieve my goal, I would either have to enhance the dmn model API or drill down to the XML/Document level manually, right?

Thanks
Jan

1 Like

I’d love to generate a DRD from my decision table, but couldn’t find a way to do it, not even from the modeller. Is this planned? I’ll check the issues list…

1 Like

You might check the project I mentioned above … I am working on it …

1 Like