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