DMN API in Camunda 8

I am looking for connecting with DMN API with Camunda 8 , I need to use DMN only and need integrate with Rest end point in my Java program.

I Not able to find this on Camunda 8 Docs.

Request any suggestion

Hi @brajeshgupta88,

DMN only is not available in Camunda 8 by now.

But it’s planned for the future.

Right now, as a workaround you can wrap your DMN table in a process that has only a single Business Rule task.

Hope this helps, Ingo

2 Likes

Hi,

In the interim, heres a simple alternative…

Regards

Rob

2 Likes

Are there any plans to support this in the near future? Is this part of a roadmap? :slight_smile:

Hi @benjamin-soell_SYNPU,

the DMN API is supported since Camunda 8.2: Zeebe API (gRPC) | Camunda Platform 8 Docs

Hope this helps, Ingo