Skip to content

Retriever Workflow

Node: retrieverWorkflow · Full type: @n8n/n8n-nodes-langchain.retrieverWorkflow · Version: 1.1

Parameters

Parameter Type Default Details
source options "database" database, parameter
workflowId string "" required
workflowJson json "

" | required | | fields | fixedCollection | {} | groups: values |

fields children:

values group:

Parameter Type Default Details
name string ""
type options "stringValue" stringValue, numberValue, booleanValue, arrayValue, objectValue
stringValue string ""
numberValue string ""
booleanValue options "true" true, false
arrayValue string ""
objectValue json "={}"

Example

NODE "retrieverWorkflow" AS "Retriever Workflow" {
  workflowId: {{ $json.workflowId }},
  workflowJson: "


"
}