浏览代码

chore: Restore the parts that were overwritten during conflict resolution. (#14141)

tags/1.0.1
Novice 8 个月前
父节点
当前提交
24d80000ac
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      api/core/workflow/graph_engine/entities/graph.py

+ 0
- 2
api/core/workflow/graph_engine/entities/graph.py 查看文件

@@ -590,8 +590,6 @@ class Graph(BaseModel):
start_node_id=node_id,
routes_node_ids=routes_node_ids,
)
# Exclude conditional branch nodes
and all(edge.run_condition is None for edge in reverse_edge_mapping.get(node_id, []))
):
if node_id not in merge_branch_node_ids:
merge_branch_node_ids[node_id] = []

正在加载...
取消
保存