فهرست منبع

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

zxhlyh 1 سال پیش
والد
کامیت
9f602f73eb
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      web/app/components/workflow/hooks/use-workflow-run.ts

+ 1 - 0
web/app/components/workflow/hooks/use-workflow-run.ts

@@ -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)