Retry (rerun) successful workflows from certain steps #11020
Labels
area/retry-manual
Manual workflow "Retry" Action (API/CLI/UI). See retryStrategy for template-level retries
type/feature
Feature request
Summary
restartSuccesful
property that was added to allow rerunning successful workflow from given steps.Use Cases
ARGO_DEBUG_PAUSE_{{workflow.parameters.pause}}
, the default value for pause isNEVER
, when I use the Retry I override the value toAFTER
).Implementation
The Retry operation will fail if workflow is not in Failed or Error state:
argo-workflows/workflow/util/util.go
Line 806 in ec85683
IIUC, it should be fairly simple to change this condition to allow other states, in case the
restartSuccesful
and node selector were given.WDYT?
cc: @markterm
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: