Responsive Gui - partially Workflow #61

Merged
Lars merged 47 commits from develop into main 2026-04-05 11:27:44 +02:00
Showing only changes of commit fac76c28da - Show all commits

View File

@ -186,7 +186,7 @@ async def execute_workflow(
return ExecutionResult(
execution_id=execution_id,
workflow_id=workflow_id,
workflow_id=workflow_id or "N/A", # Placeholder when graph_data is used directly
status="completed",
node_states=node_states,
aggregated_result=aggregated,