mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Release state soft locks when a flow is killed via killFlow
This commit is contained in:
parent
3c0631a26a
commit
54394f6747
@ -245,6 +245,7 @@ class SingleThreadedStateMachineManager(
|
||||
} finally {
|
||||
database.transaction {
|
||||
checkpointStorage.removeCheckpoint(id)
|
||||
serviceHub.vaultService.softLockRelease(id.uuid)
|
||||
}
|
||||
transitionExecutor.forceRemoveFlow(id)
|
||||
unfinishedFibers.countDown()
|
||||
|
Loading…
Reference in New Issue
Block a user