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

Method markWorkflowFailed

workflow/controller/operator.go:2766–2768  ·  view source on GitHub ↗
(ctx context.Context, message string)

Source from the content-addressed store, hash-verified

2764}
2765
2766func (woc *wfOperationCtx) markWorkflowFailed(ctx context.Context, message string) {
2767 woc.markWorkflowPhase(ctx, wfv1.WorkflowFailed, message)
2768}
2769
2770func (woc *wfOperationCtx) markWorkflowError(ctx context.Context, err error) {
2771 woc.markWorkflowPhase(ctx, wfv1.WorkflowError, err.Error())

Callers 4

operateMethod · 0.95
setExecWorkflowMethod · 0.95
initManagersMethod · 0.80
processNextItemMethod · 0.80

Calls 1

markWorkflowPhaseMethod · 0.95

Tested by

no test coverage detected