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

   **Scenario Overview :**
   
   **Model A**
   
   Input: Different Input (type: number)
   Operation: Add 10 to the input
   Output: Different Decision (type: number)
   
   **Model B**
   Imports: Model A
   Input: Another Input (type: number)
   Operation: Another Input + Different Decision (uses output from Model A)
   Output: Another Decision
   
   **Model B also imports OtherModel.dmn**
   This is a minimal DMN model that defines a single itemDefinition:
   Type: myNumber
   Constraint: number ≥ 0
   
   **Model C**
   Imports: Model B
   Input: My Input (type: string)
   Operation: Another Decision + My Input
   Output: New Decision (type: string)
   
   **Issue :** 
   
   While validating the above scenario in the tool, we are encountering the 
following error: "Validation of the DMN Model cannot be performed because of 
some runtime exception 'Index 0 out of bounds for length 0'".


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