Skip to main content

GraphStats

Defined in: types.ts:286

Aggregate statistics for an execution graph.

Properties

byStatus

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

Defined in: types.ts:288


byType

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

Defined in: types.ts:289


depth

readonly depth: number

Defined in: types.ts:290


duration

readonly duration: number

Defined in: types.ts:291


failureCount

readonly failureCount: number

Defined in: types.ts:292


hungCount

readonly hungCount: number

Defined in: types.ts:293


totalNodes

readonly totalNodes: number

Defined in: types.ts:287