getFailures()
getFailures(
graph):ExecutionNode[]
Defined in: graph-query.ts:74
Find all nodes with a failure-category status: failed, hung, or timeout.
Parameters
| Parameter | Type | Description |
|---|---|---|
graph | ExecutionGraph | The execution graph to search. |
Returns
Array of nodes with failure statuses (may be empty).