In the Prefect 2 UI, is there an option to retry t...
# prefect-ui
j
In the Prefect 2 UI, is there an option to retry the flow run from the beginning (e.g. retry all tasks regardless of state)?
Result persistence is disabled in our workspace, so triggering a retry for a failed flow run will always result in a failure due to:
Copy code
prefect.exceptions.MissingResult: State data is missing. Typically, this occurs when result persistence is disabled and the state has been retrieved from the API.
If there isn't already a way to do this, can a button be added to create a new flow run with the same parameters as the current? Perhaps an additional item in the dropdown here;
j
Hi @John-Craig Borman - there’s an issue for something like that which is on our backlog. You can follow along here: https://github.com/PrefectHQ/prefect/issues/7808
👀 1
j
Thanks @Jenny!
👍 1