Skip to main content

GraphStats

Defined in: types.ts:368

Aggregate statistics for an execution graph.

Properties

byStatus

readonly byStatus: Readonly<Record<NodeStatus, number>>

Defined in: types.ts:370


byType

readonly byType: Readonly<Record<NodeType, number>>

Defined in: types.ts:371


depth

readonly depth: number

Defined in: types.ts:372


duration

readonly duration: number

Defined in: types.ts:373


failureCount

readonly failureCount: number

Defined in: types.ts:374


hungCount

readonly hungCount: number

Defined in: types.ts:375


totalNodes

readonly totalNodes: number

Defined in: types.ts:369