AthiraHari77 opened a new issue, #2226:
URL: https://github.com/apache/incubator-kie-issues/issues/2226

   When executed through JITExecutor, the included model provides the following 
response:
   
   ```
   {
       "namespace": "https://kie.org/dmn/_2693E3CA-A0F2-4861-9726-EBD251F2F549";,
       "modelName": "DMN_1D502349-17ED-4CF7-9B6C-C107AC85FC2D",
       "dmnContext": {
           "Logic CTX": "function Logic CTX( p-1 )",
           "Input": 2,
           "Logic DT": "function Logic DT( p-1 )",
           "Logic IF": "function Logic IF( p-1 )",
           "id": "_34D2FB4E-FC50-4E9C-874C-E222C65F6E02",
           "D1": 6,
           "D2": 6,
           "D3": 6
       },
       "messages": [],
       "decisionResults": [
           {
               "decisionId": "_963C762D-55B1-4D5A-ACB3-8A4D2DCAB6A1",
               "decisionName": "D1",
               "result": 6,
               "messages": [],
               "evaluationHitIds": {
                   "_E49CC540-0132-4A13-A725-444AC28F017A": 1,
                   "_24230D62-93D3-416F-A5D1-D9782A3D451B": 1
               },
               "evaluationStatus": "SUCCEEDED"
           },
           {
               "decisionId": "_6C213125-1A4E-41AE-A6B8-A6F52C36B2C1",
               "decisionName": "D2",
               "result": 6,
               "messages": [],
               "evaluationHitIds": {
                   "_E49CC540-0132-4A13-A725-444AC28F017A": 1,
                   "_24230D62-93D3-416F-A5D1-D9782A3D451B": 1
               },
               "evaluationStatus": "SUCCEEDED"
           },
           {
               "decisionId": "_04D9B617-28E2-44B5-9D8E-8E31862BC1CE",
               "decisionName": "D3",
               "result": 6,
               "messages": [],
               "evaluationHitIds": {
                   "_E49CC540-0132-4A13-A725-444AC28F017A": 1,
                   "_24230D62-93D3-416F-A5D1-D9782A3D451B": 1
               },
               "evaluationStatus": "SUCCEEDED"
           }
       ],
       "invalidElementPaths": []
   }
   ```
   The evaluationHitIds are not getting populated, when there is a 
conditionalExpression present inside the BKM.
   The expected evaluationHitIds list is as below
   **"evaluationHitIds": {
                   "_E49CC540-0132-4A13-A725-444AC28F017A": 1,
                   "_24230D62-93D3-416F-A5D1-D9782A3D451B": 1,
                   "_1B74D6B2-C69A-4A50-A94A-DD55CC188EC4": 1
               },**
   
   [pr.txt](https://github.com/user-attachments/files/24882289/pr.txt)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to