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.
Properties
Section titled “Properties”autonomous
Section titled “autonomous”autonomous:
boolean
changedFiles
Section titled “changedFiles”changedFiles:
WorkflowChangedFile[]
endedAt
Section titled “endedAt”endedAt:
string
entry:
string
“prompt” | “graph”.
error?
Section titled “error?”
optionalerror?:string|null
execution?
Section titled “execution?”
optionalexecution?: {execution_id:string;failed:number;skipped:number;status:string;succeeded:number; } |null
finalDsl
Section titled “finalDsl”finalDsl:
string
finalPlan?
Section titled “finalPlan?”
optionalfinalPlan?:string|null
fixAttempts
Section titled “fixAttempts”fixAttempts:
number
fixes:
WorkflowFixRecord[]
nodeOutcomes
Section titled “nodeOutcomes”nodeOutcomes:
WorkflowNodeOutcome[]
reviewRounds
Section titled “reviewRounds”reviewRounds:
number
runIterations
Section titled “runIterations”runIterations:
number
startedAt
Section titled “startedAt”startedAt:
string
status
Section titled “status”status:
string
steps:
WorkflowLoopStep[]