mirror of
https://github.com/langgenius/dify.git
synced 2026-04-03 05:29:50 +08:00
fix source handle
This commit is contained in:
parent
96f38b2d15
commit
69c8e4ddd1
@ -340,7 +340,7 @@ class WorkflowEngineManager:
|
||||
if predecessor_node.node_run_result else None
|
||||
if source_handle:
|
||||
for edge in outgoing_edges:
|
||||
if edge.get('source_handle') and edge.get('source_handle') == source_handle:
|
||||
if edge.get('sourceHandle') and edge.get('sourceHandle') == source_handle:
|
||||
outgoing_edge = edge
|
||||
break
|
||||
else:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user