Responsive Gui - partially Workflow #61
|
|
@ -186,7 +186,7 @@ async def execute_workflow(
|
||||||
|
|
||||||
return ExecutionResult(
|
return ExecutionResult(
|
||||||
execution_id=execution_id,
|
execution_id=execution_id,
|
||||||
workflow_id=workflow_id,
|
workflow_id=workflow_id or "N/A", # Placeholder when graph_data is used directly
|
||||||
status="completed",
|
status="completed",
|
||||||
node_states=node_states,
|
node_states=node_states,
|
||||||
aggregated_result=aggregated,
|
aggregated_result=aggregated,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user