ExecutionSummary
Defined in: src/types/index.ts:1211
Per-status state names plus the overall outcome, as every execution output reports them.
Extends
Section titled “Extends”ExecutionMetadataSummary
Properties
Section titled “Properties”caught
Section titled “caught”caught: string[];Defined in: src/types/index.ts:1197
State names that were caught
Inherited from
Section titled “Inherited from”ExecutionMetadataSummary.caughtexecutionStatus
Section titled “executionStatus”executionStatus: ExecutionStatus;Defined in: src/types/index.ts:1213
Overall execution status
failed
Section titled “failed”failed: string[];Defined in: src/types/index.ts:1199
State names that failed
Inherited from
Section titled “Inherited from”ExecutionMetadataSummary.failednotReached
Section titled “notReached”notReached: string[];Defined in: src/types/index.ts:1201
State names never reached
Inherited from
Section titled “Inherited from”ExecutionMetadataSummary.notReachedrunning
Section titled “running”running: string[];Defined in: src/types/index.ts:1203
State names still running
Inherited from
Section titled “Inherited from”ExecutionMetadataSummary.runningsucceeded
Section titled “succeeded”succeeded: string[];Defined in: src/types/index.ts:1205
State names that succeeded
Inherited from
Section titled “Inherited from”ExecutionMetadataSummary.succeededtakenEdgeCount
Section titled “takenEdgeCount”takenEdgeCount: number;Defined in: src/types/index.ts:1207
Number of transitions the execution followed
Inherited from
Section titled “Inherited from”ExecutionMetadataSummary.takenEdgeCounttimeline
Section titled “timeline”timeline: ExecutionTimeline;Defined in: src/types/index.ts:1215
The same run as an ordered list of state runs, for a scrubber or a Gantt view