mirror of
https://github.com/corda/corda.git
synced 2025-04-15 06:56:59 +00:00
Previously we were just throwing this away when pausing, meaning updates would not be passed back to the user. The progress tracker is now maintained in the `NonResidentFlow` allowing it to be reused in the flow when it is retried.