Skip to content

Commit

Permalink
Fix process to use java syntax for the onEntry script
Browse files Browse the repository at this point in the history
  • Loading branch information
martinweiler committed Dec 20, 2024
1 parent 1fea2c5 commit 830ce44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<userTask id="_2" name="Hello" tns:taskName="Human Task">
<extensionElements>
<tns:onEntry-script scriptFormat="http://www.java.com/java">
<tns:script>kcontext.setVariable("itemOut", "test");</tns:script>
<tns:script>System.out.println("Hello");kcontext.setVariable("itemOut", "test");</tns:script>
</tns:onEntry-script>
</extensionElements>
<ioSpecification>
Expand Down

0 comments on commit 830ce44

Please sign in to comment.