The Camunda DMN engine is a Java library which can evaluate decision tablesbased on the DMN 1.1 OMG standard. It can be used as library embedded in anapplication or in combination with the Camunda BPM platform. This sectioncovers how to embed the library and use it to evaluate decisions. For moreinformation on the integration in the Camunda BPM platform, please see thecorresponding section. You can read more about the DMN 1.1 standardin the reference.

    A complete example how to embed the decision engine and testdecisions can be found on GitHub.

    原文: https://docs.camunda.org/manual/7.9/user-guide/dmn-engine/