Process Decision tables outside camunda

Hey,

I’m completely new to Camunda. In my current project we have to categorize some entities. I have looked at the modeler and how to create decision tables. This looks pretty good to me, but we don’t want to use the whole camunda Engine.

Hence I would like to know if it’s possible to model the decision table with the modeler and process this Model outside camunda with plain Java?

Hi @robert, start reading here: https://docs.camunda.org/manual/7.6/user-guide/dmn-engine/embed/

Hope this helps, Ingo