mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 21:36:48 +08:00
fix: add vertices in the first layer to the vertices being run (#2594)
This commit is contained in:
committed by
GitHub
parent
21adbd5531
commit
c20630b77d
@ -106,6 +106,9 @@ async def retrieve_vertices_order(
|
||||
else:
|
||||
first_layer = graph.sort_vertices()
|
||||
|
||||
for vertex_id in first_layer:
|
||||
graph.run_manager.add_to_vertices_being_run(vertex_id)
|
||||
|
||||
# Now vertices is a list of lists
|
||||
# We need to get the id of each vertex
|
||||
# and return the same structure but only with the ids
|
||||
|
||||
Reference in New Issue
Block a user