Skip to content

WorkflowSummary

The completion overview every edition renders. Mirrors the Rust flow_application::WorkflowSummary (camelCase). The nested execution keeps the engine’s snake_case ExecutionSummary shape.

autonomous: boolean


changedFiles: WorkflowChangedFile[]


endedAt: string


entry: string

“prompt” | “graph”.


optional error?: string | null


optional execution?: { execution_id: string; failed: number; skipped: number; status: string; succeeded: number; } | null


finalDsl: string


optional finalPlan?: string | null


fixAttempts: number


fixes: WorkflowFixRecord[]


nodeOutcomes: WorkflowNodeOutcome[]


reviewRounds: number


runIterations: number


startedAt: string


status: string


steps: WorkflowLoopStep[]