mirror of
https://github.com/corda/corda.git
synced 2025-04-15 15:07:03 +00:00
* CORDA-3601 Record a flow's finish time Record a flow's finish time by updating its metadata record. It is set in `updateCheckpoint` by checking the status of the checkpoint. If it is `COMPLETED` it will set the `finishInstant` on the metadata object and update it. * CORDA-3601 Record flow finish time for all finished statuses Update the flow finish time for the following statuses: - COMPLETED - KILLED - FAILED * CORDA-3601 Use platform clock in `DBCheckpointStorage`