pefernan commented on code in PR #3551:
URL:
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3551#discussion_r1686203965
##########
jbpm/jbpm-flow-builder/src/main/java/org/jbpm/compiler/canonical/ActionNodeVisitor.java:
##########
@@ -55,6 +56,12 @@ public class ActionNodeVisitor extends
AbstractNodeVisitor<ActionNode> {
private static final String INTERMEDIATE_COMPENSATION_TYPE =
"IntermediateThrowEvent-None";
+ private ReturnValueEvaluatorBuilderService
returnValueEvaluatorBuilderService;
Review Comment:
Is this really needed? I don't see it's being used.
--
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]