yesamer opened a new issue, #1935: URL: https://github.com/apache/incubator-kie-issues/issues/1935
Consider the case of a BKM node with an if conditional expression like shown in the below screenshot: <img width="400" alt="Image" src="https://github.com/user-attachments/assets/79b5627a-c16b-4d4c-85f4-7bde758a6cb1" /> When executing the DMN (eg. with a Test Scenario), the execution leads to an infinite loop ``` java.lang.StackOverflowError at org.kie.dmn.core.ast.DMNConditionalEvaluator.getDecisionName(DMNConditionalEvaluator.java:105) at org.kie.dmn.core.ast.DMNConditionalEvaluator.getDecisionName(DMNConditionalEvaluator.java:105) at org.kie.dmn.core.ast.DMNConditionalEvaluator.getDecisionName(DMNConditionalEvaluator.java:105) at org.kie.dmn.core.ast.DMNConditionalEvaluator.getDecisionName(DMNConditionalEvaluator.java:105) ``` -- 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]
