This is an automated email from the ASF dual-hosted git repository.
pefernan 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 c267cd031 [incubator-kie-issues-1959] Process instance out of sync
when completing usertasks in parallel gateway with async Service Tasks (#2099)
c267cd031 is described below
commit c267cd031ed48701149784129c40b33239cab6dd
Author: Pere Fernández <[email protected]>
AuthorDate: Mon May 19 11:33:54 2025 +0200
[incubator-kie-issues-1959] Process instance out of sync when completing
usertasks in parallel gateway with async Service Tasks (#2099)
---
.../process-quarkus-example/src/main/resources/application.properties | 1 +
.../src/main/resources/application.properties | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git
a/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
b/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
index 49ed2c14d..6c3289827 100644
---
a/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
+++
b/kogito-quarkus-examples/process-quarkus-example/src/main/resources/application.properties
@@ -44,3 +44,4 @@
mp.messaging.outgoing.kogito-processdefinitions-events.topic=kogito-processdefin
mp.messaging.outgoing.kogito-processdefinitions-events.value.serializer=org.apache.kafka.common.serialization.StringSerializer
kogito.transactionEnabled=false
+kogito.faultToleranceEnabled=false
diff --git
a/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
b/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
index 472548f05..c03e0d996 100644
---
a/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
+++
b/kogito-springboot-examples/process-springboot-example/src/main/resources/application.properties
@@ -26,4 +26,5 @@ spring.kafka.bootstrap-servers=localhost:9092
spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer
spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer
-kogito.transactionEnabled=false
\ No newline at end of file
+kogito.transactionEnabled=false
+kogito.faultToleranceEnabled=false
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]