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

Method markWorkflowError

workflow/controller/operator.go:2770–2772  ·  view source on GitHub ↗
(ctx context.Context, err error)

Source from the content-addressed store, hash-verified

2768}
2769
2770func (woc *wfOperationCtx) markWorkflowError(ctx context.Context, err error) {
2771 woc.markWorkflowPhase(ctx, wfv1.WorkflowError, err.Error())
2772}
2773
2774// stepsOrDagSeparator identifies if a node name starts with our naming convention separator from
2775// DAG or steps templates. Will match stings with prefix like: [0]. or .

Callers 6

operateMethod · 0.95
persistUpdatesMethod · 0.95
executeTemplateMethod · 0.95
setExecWorkflowMethod · 0.95
processNextItemMethod · 0.80

Calls 2

markWorkflowPhaseMethod · 0.95
ErrorMethod · 0.65

Tested by

no test coverage detected