Hi @philipp.ossler,
I was going through your article (DMN is more than a Decision Table | Camunda) to use decision table as function and was able to follow and make it work for my use case.
The DMN file provided on github (contract-ranking.dmn) is not supported by camunda modeler. Could you please suggest any tool to open this DMN and make changes. I tried some VSCODE extensions but they also don’t provide options for use context/invocations/BKMs etc.
Looking forward to your reply.
Best Regards,
Rajneesh
Hi @Rajneesh,
I’m happy about your interest in DMN.
Currently, the Camunda modeler supports only decision tables and literal expressions. In the blog post, I used the Camunda modeler and modified the XML by hand.
Unfortunately, I can’t recommend any other DMN modeler. There are other modelers but I don’t have any experience with them.
However, a DMN context can be also modeled as a decision literal expression by using a context expression. It is not so handy as native support by works.
Other parts like BKM are a bit more tricky
Best regards,
Philipp