/ releasenotes / notes / pipeline-resume-state-13ca79f53277e858.yaml
pipeline-resume-state-13ca79f53277e858.yaml
1  ---
2  features:
3    - |
4      A snapshot of the last successful step is now saved when an error occurs during a `Pipeline` run. This allows you
5      to inspect the snapshot, potentially identify and fix the error, and later resume the pipeline from that point
6      onwards. Avoiding to re-run the entire pipeline from the start. Currently, only available in `Pipeline` and not yet
7      in `AsyncPipeline`.