python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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.addH...
Samir Aydi
Votes: 0
Answers: 1
Business rules in DMN or database table?
I'm learning Camunda the workflow engine. I understand that for some long-running processes, process modeling brings many tactical and strategic benefits such as expressiveness, fail-tolerance and obs...
Tuomas Toivonen
Votes: 0
Answers: 1
DMN model to get rule data
I am using Decision model notation(DMN) rule table locally (not deployed in development server) in my spring boot project. To get the the rule service output data, how to integrate rule services in my...
sk_123
Votes: 0
Answers: 1