This is an automated email from the ASF dual-hosted git repository.

fjtiradosarti pushed a commit to branch quarkus-3.2LTS
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/quarkus-3.2LTS by this push:
     new 0d623bebc5 Do not interrut in CancelActionCommand (#3326)
0d623bebc5 is described below

commit 0d623bebc5fc78ef28f9a89c92b57ec4da8d7119
Author: Francisco Javier Tirado Sarti 
<[email protected]>
AuthorDate: Tue Dec 12 20:26:18 2023 +0100

    Do not interrut in CancelActionCommand (#3326)
---
 .../main/java/org/kie/kogito/services/jobs/impl/InMemoryJobService.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/api/kogito-services/src/main/java/org/kie/kogito/services/jobs/impl/InMemoryJobService.java
 
b/api/kogito-services/src/main/java/org/kie/kogito/services/jobs/impl/InMemoryJobService.java
index f686f9a737..7653c2eaa8 100644
--- 
a/api/kogito-services/src/main/java/org/kie/kogito/services/jobs/impl/InMemoryJobService.java
+++ 
b/api/kogito-services/src/main/java/org/kie/kogito/services/jobs/impl/InMemoryJobService.java
@@ -112,7 +112,7 @@ public class InMemoryJobService implements JobsService, 
AutoCloseable {
 
     @Override
     public boolean cancelJob(String id) {
-        return cancelJob(id, true);
+        return cancelJob(id, false);
     }
 
     public boolean cancelJob(String id, boolean force) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to