mirror of
https://github.com/corda/corda.git
synced 2025-04-15 15:07:03 +00:00
* CORDA-3691 Delete checkpoint when flow finishes The checkpoint and its related records in joined tables should be deleted when a flow finishes. Keeping these flows around will be completed in the future. * CORDA-3691 Ignore some flow metadata tests Ignore tests around recording the finish time of flow metadata records since we are not currently keeping COMPLETED flows in the database.