Questions tagged [dmn]

Questions related to DMN standard published by the Object Management Group should be marked with this tag, to help identify questions related to DMN model (format), DMN modeling, DMN evaluation with execution engines provided by Vendors, and assimilated.

Questions related to DMN model, DMN modeling, DMN evaluation engines provided by Vendors and any other questions related to DMN should have this tag

DMN is a standard published by the Object Management Group.

DMN is a modeling language and notation for the precise specification of business decisions and business rules. DMN is easily readable by the different types of people involved in decision management. These include: business people who specify the rules and monitor their application; business analysts.

DMN is designed to work alongside BPMN and/or CMMN, providing a mechanism to model the decision-making associated with processes and cases. While BPMN, CMMN and DMN can be used independently, they were carefully designed to be complementary. Indeed, many organizations require a combination of process models for their prescriptive workflows, case models for their reactive activities, and decision models for their more complex, multi-criteria business rules. Those organizations will benefit from using the three standards in combination, selecting which one is most appropriate to each type of activity modeling. This is why BPMN, CMMN and DMN really constitute the “triple crown” of process improvement standards.

To learn more:

97 questions
0
votes
1 answer

Looking into what's wrong with the Quarkus 1.2.Final and Kogito 0.7.1 project

I am forced not to use Kogito parent bom for reasons I can't explain. So I got a Maven project which is based on Quarkus 1.2.Final and Kogito 0.7.1, and was able to resolve all the version mismatch issues. The code compiles but fails to run tests.…
-1
votes
1 answer

in kie Server DMN compile time is very long

on compiling DMN file in Kogito (Quarkus) the compile time is very long more than 15 minutes. Where I am getting it wrong. The DMN is attached herewith I was expecting it to be less than a minute for this DMN
Abhi
  • 1
-1
votes
2 answers

Is there already a Java library open-source and available via Maven that implements FEEL-language?

Is there already a Java library open-source and available via Maven that implements FEEL other than Drools?
user1800752
  • 29
  • 1
  • 6
-1
votes
1 answer

Automatic creation of PDF file from Template

for a project at university we are working on an application that is supposed to automatically create a file for the user after having queried several information from the user. The general idea is to use Decision Model and Notation "DMN" to perform…
Norman22
  • 13
  • 5
-2
votes
1 answer

Location of DMN FEEL Grammar

I am looking for formal DMN FEEL grammar (g4 file) to generate ANTLR4 based parser out of it. I am not able to find the grammar file. Can you please provide where it can be found?
Kumar
  • 1,536
  • 2
  • 23
  • 33
-2
votes
0 answers

I want help in designing redhat dmn

You have given a list of users as input then check for each user has nameType = "Legal Name" and addressType="Residential Address", if any of the validation fails then add a rule validation object for that user. Request Payload:- [ { "userId":…
-3
votes
1 answer

how to translate contrants "drools" into "dmn" (Decision Model and Notation)

rule "room conflict" when Lesson($id : id, $timeslot : timeslot , $room : room) Lesson(id != $id, timeslot == $timeslot , room == $room) then scoreHolder.addHardConstraintMatch(kcontext, -1); end
Samir Aydi
  • 17
  • 2
1 2 3 4 5 6
7