getHungNodes()
getHungNodes(
graph):ExecutionNode[]
Defined in: graph-query.ts:85
Find all nodes that are still running (status 'running', no endTime).
Parameters
| Parameter | Type | Description |
|---|---|---|
graph | ExecutionGraph | The execution graph to search. |
Returns
Array of running/hung nodes.