Skip to content

Commit

Permalink
Do not interrut in CancelActionCommand (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado authored and mariofusco committed Dec 15, 2023
1 parent 095e0f1 commit b3de64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public Runnable getSignalProcessInstanceCommand(ProcessInstanceJobDescription de

@Override
public boolean cancelJob(String id) {
return cancelJob(id, true);
return cancelJob(id, false);
}

public boolean cancelJob(String id, boolean force) {
Expand Down

0 comments on commit b3de64f

Please sign in to comment.