jomarko commented on code in PR #6291:
URL:
https://github.com/apache/incubator-kie-drools/pull/6291#discussion_r2028082166
##########
kie-dmn/kie-dmn-core/src/main/java/org/kie/dmn/core/ast/DMNLiteralExpressionEvaluator.java:
##########
@@ -86,21 +89,48 @@ public EvaluatorResult evaluate(DMNRuntimeEventManager
dmrem, DMNResult dmnr) {
EvaluationContextImpl ectx =
feelInstance.newEvaluationContext(List.of(liListener),
result.getContext().getAll());
ectx.setDMNRuntime(dmrem.getRuntime());
// in case an exception is thrown, the parent node will report it
+ // TODO: tricky workaround
Review Comment:
@AthiraHari77 thank you
--
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]