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

Function executeNode

packages/server/src/utils/buildAgentflow.ts:1051–1507  ·  view source on GitHub ↗
({
    nodeId,
    reactFlowNode,
    nodes,
    edges,
    graph,
    reversedGraph,
    incomingInput,
    chatflow,
    chatId,
    sessionId,
    apiMessageId,
    evaluationRunId,
    parentExecutionId,
    pastChatHistory,
    prependedChatHistory,
    appDataSource,
    usageCacheManager,
    telemetry,
    componentNodes,
    cachePool,
    sseStreamer,
    baseURL,
    overrideConfig = {},
    apiOverrideStatus = false,
    nodeOverrides = {},
    variableOverrides = [],
    uploadedFilesContent = '',
    fileUploads,
    humanInput,
    agentFlowExecutedData = [],
    agentflowRuntime,
    abortController,
    parentTraceIds,
    analyticHandlers,
    isInternal,
    isRecursive,
    iterationContext,
    loopCounts,
    orgId,
    workspaceId,
    subscriptionId,
    productId
}: IExecuteNodeParams)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

executeAgentFlowFunction · 0.85

Calls 13

replaceInputsWithConfigFunction · 0.90
getErrorMessageFunction · 0.90
isObjectNotEmptyFunction · 0.85
executeAgentFlowFunction · 0.85
stringifyMethod · 0.80
resolveVariablesFunction · 0.70
updateExecutionFunction · 0.70
runMethod · 0.65
streamAgentFlowEventMethod · 0.65

Tested by

no test coverage detected