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

Function initEndingNode

packages/server/src/utils/buildChatflow.ts:144–202  ·  view source on GitHub ↗
({
    endingNodeIds,
    componentNodes,
    reactFlowNodes,
    incomingInput,
    flowConfig,
    uploadedFilesContent,
    availableVariables,
    apiOverrideStatus,
    nodeOverrides,
    variableOverrides
}: {
    endingNodeIds: string[]
    componentNodes: IComponentNodes
    reactFlowNodes: IReactFlowNode[]
    incomingInput: IncomingInput
    flowConfig: IFlowConfig
    uploadedFilesContent: string
    availableVariables: IVariable[]
    apiOverrideStatus: boolean
    nodeOverrides: INodeOverrides
    variableOverrides: IVariableOverride[]
})

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

executeFlowFunction · 0.85

Calls 2

replaceInputsWithConfigFunction · 0.90
resolveVariablesFunction · 0.90

Tested by

no test coverage detected