Skip to content

Commit

Permalink
fix spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Jun 7, 2024
1 parent 936f8af commit 2ba6c71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@
<bpmn2:targetRef>supportCase</bpmn2:targetRef>
</bpmn2:dataOutputAssociation>
</bpmn2:serviceTask>
<bpmn2:completionCondition xsi:type="bpmn2:tFormalExpression" language="http://www.mvel.org/2.0"><![CDATA[org.kie.kogito.flexible.example.model.State.CLOSED.equals(supportCase.getState())]]></bpmn2:completionCondition>
<bpmn2:completionCondition xsi:type="bpmn2:tFormalExpression" language="java"><![CDATA[org.kie.kogito.flexible.example.model.State.CLOSED.equals(supportCase.getState())]]></bpmn2:completionCondition>
</bpmn2:adHocSubProcess>
</bpmn2:process>
<bpmndi:BPMNDiagram>
Expand Down Expand Up @@ -902,4 +902,4 @@
<bpmn2:source>_fswpMKJxEDiZN4UVlvQdCA</bpmn2:source>
<bpmn2:target>_fswpMKJxEDiZN4UVlvQdCA</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
</bpmn2:definitions>

0 comments on commit 2ba6c71

Please sign in to comment.