Hi all, I have some flows that fail but when I try...
# ask-community
k
Hi all, I have some flows that fail but when I try to restart it fails because of a different reason, it seems like it doesn't remember the output of a successful task, what should I do to persist data on restart?
👀 1
✅ 1
b
Hi Kelvin, is this for 1.0 or 2.0?
k
Hi Bianca, for 1.0
b
I believe caching the results of a task would be the correct way persist the data. See more details on this here: https://docs-v1.prefect.io/core/concepts/persistence.html#input-caching
k
oh thanks, I'll check that out