There was an error while loading. Please reload this page.
1 parent 94c234f commit fc55dc4Copy full SHA for fc55dc4
go/workflow/argo/workflow.go
@@ -45,7 +45,7 @@ func isPodFailed(pod *corev1.Pod) bool {
45
}
46
47
func isWorkflowPending(wf *wfv1.Workflow) bool {
48
-return wf.Status.Phase == wfv1.NodePending
+return wf.Status.Phase == wfv1.NodePending || wf.Status.Phase == ""
49
50
51
func getPodNameByStepGroup(wf *wfv1.Workflow, stepGroupName string) (string, error) {
0 commit comments