Great demonstration for understanding Drools DMN model, good example, nicely explained and TestScenario asset also covered in it along with API which could be easier to implement as guided in this video.
Hi Bala - Excellent video. Unique in the sense you covered all logic types in 1 example (context, decision table , function etc.) I have a unique requirement and wondering how to tackle it. The requirement is as follows (generic) given by user in an Excel. Col A(Age) Col B(Income) Col C (FICO) Col D(PrimaryRes) Col E(Red) Col F(Blue) Col G(Green) >30 >3000 >650 Y X X 4500
@@balakrishnanb4484 i created a dmn model as you shown in the video and build it and deploy it too . so where i find all the files related to deployment. such as container which gets created after deployment and please also tell what is default maven repository in which deployment gets pushed or stored and is possible to build kogito project using this deployment.
Nice one and easy to understand, Do you have any video on how we can calucate with a Java class and run the rule. I am looking for an example to work with Java class. Any reference or suggestions are appreciated
Hi Sir, So how to handle two outputs from a DMN decision. Lets take ur example.. Consider I have two more DMN decisions(A and B) after Find BMI which gets it input from Find BMI. If the ouput from Find BMI is Overweight the DMN A should get activated or if it is underweight the DMN B should be activated.
Amazing, this is what I was searching for.. covered all the things with deployment.. 👏🏻
Thanks Balakrishnan. The guide video is easy to understand and the example is real/practical.
Really helpful video and Demo. Do you have any video for setting up the Kogito business central in local.?
This should help you out - blog.kie.org/2021/03/integrate-kogito-and-business-central.html
Great demonstration for understanding Drools DMN model, good example, nicely explained and TestScenario asset also covered in it along with API which could be easier to implement as guided in this video.
Hi Bala - Excellent video. Unique in the sense you covered all logic types in 1 example (context, decision table , function etc.)
I have a unique requirement and wondering how to tackle it. The requirement is as follows (generic) given by user in an Excel.
Col A(Age) Col B(Income) Col C (FICO) Col D(PrimaryRes) Col E(Red) Col F(Blue) Col G(Green)
>30 >3000 >650 Y X X
4500
hey can you please tell me where we find deployment container and how to build project from that
The question is unclear. Not sure what exactly you mean by "find deployment controller and build project from that". Can you elaborate?
@@balakrishnanb4484 i created a dmn model as you shown in the video and build it and deploy it too . so where i find all the files related to deployment. such as container which gets created after deployment and please also tell what is default maven repository in which deployment gets pushed or stored and is possible to build kogito project using this deployment.
Hi Bala, How can I handle priority in DMN
Please give an example on what kind of priority are you looking for.
Nice one and easy to understand, Do you have any video on how we can calucate with a Java class and run the rule. I am looking for an example to work with Java class. Any reference or suggestions are appreciated
did u find any reference?
Hi Sir, So how to handle two outputs from a DMN decision. Lets take ur example.. Consider I have two more DMN decisions(A and B) after Find BMI which gets it input from Find BMI.
If the ouput from Find BMI is Overweight the DMN A should get activated or if it is underweight the DMN B should be activated.
To invoke one DMN from the other, please check out this - blog.kie.org/2021/07/reusing-dmn-models.html