GraphStats
Defined in: types.ts:286
Aggregate statistics for an execution graph.
Properties
byStatus
readonlybyStatus:Readonly<Record<NodeStatus,number>>
Defined in: types.ts:288
byType
readonlybyType:Readonly<Record<NodeType,number>>
Defined in: types.ts:289
depth
readonlydepth:number
Defined in: types.ts:290
duration
readonlyduration:number
Defined in: types.ts:291
failureCount
readonlyfailureCount:number
Defined in: types.ts:292
hungCount
readonlyhungCount:number
Defined in: types.ts:293
totalNodes
readonlytotalNodes:number
Defined in: types.ts:287