mirror of
https://github.com/corda/corda.git
synced 2025-06-04 16:40:57 +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 {
|
} finally {
|
||||||
database.transaction {
|
database.transaction {
|
||||||
checkpointStorage.removeCheckpoint(id)
|
checkpointStorage.removeCheckpoint(id)
|
||||||
|
serviceHub.vaultService.softLockRelease(id.uuid)
|
||||||
}
|
}
|
||||||
transitionExecutor.forceRemoveFlow(id)
|
transitionExecutor.forceRemoveFlow(id)
|
||||||
unfinishedFibers.countDown()
|
unfinishedFibers.countDown()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user