MCPcopy
hub / github.com/argoproj/argo-workflows / GetShutdownStrategy

Method GetShutdownStrategy

workflow/controller/operator.go:4379–4381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4377}
4378
4379func (woc *wfOperationCtx) GetShutdownStrategy() wfv1.ShutdownStrategy {
4380 return woc.execWf.Spec.Shutdown
4381}
4382
4383func (woc *wfOperationCtx) ShouldSuspend() bool {
4384 return woc.execWf.Spec.Suspend != nil && *woc.execWf.Spec.Suspend

Callers 9

executeDAGMethod · 0.95
operateMethod · 0.95
processNodeRetriesMethod · 0.95
createWorkflowPodMethod · 0.95
applyExecutionControlMethod · 0.95
runOnExitNodeMethod · 0.95
processNextItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected