Building Decision Models using DMN

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 15

  • @miteshpatel5483
    @miteshpatel5483 2 ปีที่แล้ว

    Amazing, this is what I was searching for.. covered all the things with deployment.. 👏🏻

  • @thainguyenfan
    @thainguyenfan 4 ปีที่แล้ว

    Thanks Balakrishnan. The guide video is easy to understand and the example is real/practical.

  • @522mahesh
    @522mahesh 11 หลายเดือนก่อน

    Really helpful video and Demo. Do you have any video for setting up the Kogito business central in local.?

    • @balakrishnanb4484
      @balakrishnanb4484  10 หลายเดือนก่อน

      This should help you out - blog.kie.org/2021/03/integrate-kogito-and-business-central.html

  • @surajsuryakar3680
    @surajsuryakar3680 4 ปีที่แล้ว

    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.

  • @shankil2975
    @shankil2975 2 ปีที่แล้ว +1

    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

  • @sagardenge1139
    @sagardenge1139 3 ปีที่แล้ว +1

    hey can you please tell me where we find deployment container and how to build project from that

    • @balakrishnanb4484
      @balakrishnanb4484  3 ปีที่แล้ว

      The question is unclear. Not sure what exactly you mean by "find deployment controller and build project from that". Can you elaborate?

    • @sagardenge1139
      @sagardenge1139 3 ปีที่แล้ว +1

      @@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.

  • @prem767676
    @prem767676 11 หลายเดือนก่อน

    Hi Bala, How can I handle priority in DMN

    • @balakrishnanb4484
      @balakrishnanb4484  10 หลายเดือนก่อน

      Please give an example on what kind of priority are you looking for.

  • @devarapallivaralaxmi9260
    @devarapallivaralaxmi9260 3 ปีที่แล้ว +1

    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

  • @rakee_v
    @rakee_v 2 ปีที่แล้ว

    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.

    • @balakrishnanb4484
      @balakrishnanb4484  2 ปีที่แล้ว +1

      To invoke one DMN from the other, please check out this - blog.kie.org/2021/07/reusing-dmn-models.html