GraphStats
Defined in: types.ts:370
Aggregate statistics for an execution graph.
Properties
byStatus
readonlybyStatus:Readonly<Record<NodeStatus,number>>
Defined in: types.ts:372
byType
readonlybyType:Readonly<Record<NodeType,number>>
Defined in: types.ts:373
depth
readonlydepth:number
Defined in: types.ts:374
duration
readonlyduration:number
Defined in: types.ts:375
failureCount
readonlyfailureCount:number
Defined in: types.ts:376
hungCount
readonlyhungCount:number
Defined in: types.ts:377
totalNodes
readonlytotalNodes:number
Defined in: types.ts:371