Retry a failed Workflow just from failed step/node #12005
|
Is it 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):
For any reason, the build-container step fails... is it possible to retry the same Workflow starting directly from build-container step instead form the beginning? |
Replies: 3 comments 3 replies
|
That's exactly what the |
|
Thanks @terrytangyuan do you have also a link to the documentation about those flags? |
|
@terrytangyuan I found the documentation here but it's pretty short and not really intuitive... |
That's exactly what the
argo retryCLI command does. There are also flags like--node-field-selectorand--restart-successfulthat you can use to select nodes to retry more specifically.