Skip to content

Commit

Permalink
[incubator-kie-issues-1286] Adhoc functionality missing in kogito jBP…
Browse files Browse the repository at this point in the history
…M engine (#1944)

* [incubator-kie-issues-1286] Adhoc functionality missing in kogito jBPM engine

* fix spring boot
  • Loading branch information
elguardian authored Jun 13, 2024
1 parent 6019094 commit d09a204
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
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 d09a204

Please sign in to comment.