MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / determineNodesToIgnore

Function determineNodesToIgnore

packages/server/src/utils/buildAgentflow.ts:799–842  ·  view source on GitHub ↗

* Determines which nodes should be ignored based on condition results * @param currentNode - The node being processed * @param result - The execution result from the node * @param edges - All edges in the workflow * @param nodeId - Current node ID * @returns Array of node IDs that should be ign

(
    currentNode: IReactFlowNode,
    result: any,
    edges: IReactFlowEdge[],
    nodeId: string
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

processNodeOutputsFunction · 0.85

Calls 1

callMethod · 0.45

Tested by

no test coverage detected