fix: Access topological_order directly from engine, not from non-existent validator attribute
This commit is contained in:
parent
ac2e7cf5bb
commit
acd4830795
|
|
@ -423,5 +423,5 @@ def get_execution_order(graph: WorkflowGraph) -> List[str]:
|
|||
['start', 'end']
|
||||
"""
|
||||
engine = WorkflowEngine(graph)
|
||||
# Nutze Validator's topological_order (flattened)
|
||||
return engine.validator.topological_order
|
||||
# Nutze topological_order (flattened)
|
||||
return engine.topological_order
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user