martinweiler commented on code in PR #3815:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/3815#discussion_r1894304564


##########
jbpm/jbpm-tests/src/test/bpmn/org/jbpm/bpmn2/loop/BPMN2-MultiInstanceLoopCharacteristicsTaskWithOutputCmpCondSequential.bpmn2:
##########
@@ -45,8 +45,8 @@
     <startEvent id="_1" name="StartProcess" />
     <userTask id="_2" name="Hello" tns:taskName="Human Task">
       <extensionElements>
-        <tns:onEntry-script>
-          
<tns:script>System.out.println("Hello");context.setVariable("itemOut", 
"test");</tns:script>
+        <tns:onEntry-script scriptFormat="http://www.java.com/java";>
+          
<tns:script>System.out.println("Hello");kcontext.setVariable("itemOut", 
"test");</tns:script>

Review Comment:
   I think you have a valid point here. Those messages are just adding noise to 
the log files, and don't provide any real value. I have created 
https://github.com/apache/incubator-kie-issues/issues/1726 now to look into 
this some more. This affects not only this particular bpmn file.



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