This is an automated email from the ASF dual-hosted git repository.
egonzalez pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
The following commit(s) were added to refs/heads/main by this push:
new d09a20477 [incubator-kie-issues-1286] Adhoc functionality missing in
kogito jBPM engine (#1944)
d09a20477 is described below
commit d09a20477169d56e2b35b522dd668b5b2e6d457a
Author: Enrique <[email protected]>
AuthorDate: Thu Jun 13 08:36:21 2024 +0200
[incubator-kie-issues-1286] Adhoc functionality missing in kogito jBPM
engine (#1944)
* [incubator-kie-issues-1286] Adhoc functionality missing in kogito jBPM
engine
* fix spring boot
---
.../flexible-process-quarkus/src/main/resources/service-desk.bpmn | 2 +-
.../flexible-process-springboot/src/main/resources/service-desk.bpmn | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/kogito-quarkus-examples/flexible-process-quarkus/src/main/resources/service-desk.bpmn
b/kogito-quarkus-examples/flexible-process-quarkus/src/main/resources/service-desk.bpmn
index b17252978..7065f168e 100644
---
a/kogito-quarkus-examples/flexible-process-quarkus/src/main/resources/service-desk.bpmn
+++
b/kogito-quarkus-examples/flexible-process-quarkus/src/main/resources/service-desk.bpmn
@@ -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>
diff --git
a/kogito-springboot-examples/flexible-process-springboot/src/main/resources/service-desk.bpmn
b/kogito-springboot-examples/flexible-process-springboot/src/main/resources/service-desk.bpmn
index b17252978..30e28de5b 100644
---
a/kogito-springboot-examples/flexible-process-springboot/src/main/resources/service-desk.bpmn
+++
b/kogito-springboot-examples/flexible-process-springboot/src/main/resources/service-desk.bpmn
@@ -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>
@@ -902,4 +902,4 @@
<bpmn2:source>_fswpMKJxEDiZN4UVlvQdCA</bpmn2:source>
<bpmn2:target>_fswpMKJxEDiZN4UVlvQdCA</bpmn2:target>
</bpmn2:relationship>
-</bpmn2:definitions>
\ No newline at end of file
+</bpmn2:definitions>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]