JAVA-18149 Fixing failed integration test

This commit is contained in:
timis1
2023-03-12 00:26:28 +02:00
committed by n
parent 911df283d4
commit dad3564584
3 changed files with 6 additions and 3 deletions
@@ -15,7 +15,7 @@
<process processType="Private" isExecutable="true" id="com.baeldung.bpmn.helloworld" name="HelloWorld Process" tns:packageName="com.baeldung.bpmn.process" >
<!-- nodes -->
<scriptTask id="_jbpm-unique-1" name="HelloWorld" scriptFormat="http://www.java.com/java" >
<scriptTask id="_jbpm-unique-1" name="HelloWorld">
<script>System.out.println("Hello World");</script>
</scriptTask>
<endEvent id="_jbpm-unique-2" name="End" >