Retry a failed Workflow just from failed step/node in UI #12022
Labels
area/retry-manual
Manual workflow "Retry" Action (API/CLI/UI). See retryStrategy for template-level retries
area/ui
solution/duplicate
This issue or PR is a duplicate of an existing one
type/feature
Feature request
Summary - What change needs making?
Currently in the UI it's not possible to retry a failed Workflow just from the step/node that failed
For example I have a Workflow with following steps (in a dag):
If for any reason the build-container (3) step fails, in the UI it's not possible to retry the same Workflow starting directly from build-container step instead form the beginning.
It's only possible using Argo CLI with command
argo retry --node-field-selector
(and additionally--restart-successful
if required).A tool like Airflow has this feature...
Use Cases - When would you use this?
Additional notes
Please see the related discussion here
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: