-
I ran a parallel workflow using withParam configuration. When a node fails, the overall status of the workflow is marked as failed. However, the phase field of this node remains 'Running'. It also triggers the hook that gets called when the workflow fails. When I try to retry it from the UI, it tells me that the node's state is 'Running', so it cannot be retry.
|
Beta Was this translation helpful? Give feedback.
Answered by
jswxstw
Jan 14, 2025
Replies: 1 comment 3 replies
-
Sorry, you provided too little information. Have you searched existing issues and could not find a match for this bug? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, v3.5.11 has actually fixed many issues related to workflows getting stuck. From the example you provided, there doesn't seem to be any obvious problems.
By the way, may I ask have you enabled
Parallelism
andFailFast
? There is a known issue: #13806 related to this.