package
0.0.0-20250307135755-0d9a7b00e926
Repository: https://github.com/kubeflow/pipelines.git
Documentation: pkg.go.dev
# Constants
borrow from Workflow.Status.Phase: https://pkg.go.dev/github.com/argoproj/argo-workflows/[email protected]/pkg/apis/workflow/v1alpha1#WorkflowPhase.
it maybe that the the workflow was terminated.
pending some set-up - rarely used.
any node has started; pods might not be running yet, the workflow maybe suspended too.
borrow from Workflow.Status.Phase: https://pkg.go.dev/github.com/argoproj/argo-workflows/[email protected]/pkg/apis/workflow/v1alpha1#WorkflowPhase.
borrow from Workflow.Status.Phase: https://pkg.go.dev/github.com/argoproj/argo-workflows/[email protected]/pkg/apis/workflow/v1alpha1#WorkflowPhase.
# Type aliases
ExecutionPhase the phase for ExecutionStatus under common/util.