fix: workflow continue on error edge color (#11689)

This commit is contained in:
zxhlyh 2024-12-16 15:39:53 +08:00 committed by GitHub
parent 41de7e76ec
commit 9f602f73eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,6 +192,7 @@ export const useWorkflowRun = () => {
const newNodes = produce(nodes, (draft) => {
draft.forEach((node) => {
node.data._waitingRun = true
node.data._runningBranchId = undefined
})
})
setNodes(newNodes)