findWaitingOn()
findWaitingOn(
graph,nodeId):ExecutionNode[]
Defined in: graph-query.ts:141
Find what a node is waiting on.
Returns nodes connected via waited_on edges where the given nodeId is the from side.
Parameters
| Parameter | Type | Description |
|---|---|---|
graph | ExecutionGraph | The execution graph to search. |
nodeId | string | The node that is doing the waiting. |
Returns
Array of nodes that are being waited on.