Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Aug 8, 2024
1 parent 7ccdcf5 commit 3bcd439
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ UnitOfWorkExecutor.<Void> executeInUnitOfWork(services.getUnitOfWorkManager(), (
// instances.stream().forEach(AbstractProcessInstance::reconnect);

getProcessRuntime().signalEvent(signal.channel(), signal.payload());
instances.stream().forEach(pi -> {
pi.removeOnFinish();
});
// instances.stream().forEach(pi -> {
// pi.removeOnFinish();
// });
return null;
});

Expand Down

0 comments on commit 3bcd439

Please sign in to comment.