ソースを参照

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

zxhlyh 4 ヶ月 前
コミット
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)