interface RetrieverWorkflowNodeParameters {
fields?: {
values: {
arrayValue?: string;
booleanValue?: "true" | "false";
name?: string;
numberValue?: string;
objectValue?: string;
stringValue?: string;
type?:
| "stringValue"
| "numberValue"
| "booleanValue"
| "arrayValue"
| "objectValue";
}[];
};
source?: "database"
| "parameter";
workflowId?: string;
workflowJson?: string;
}
Set the values which should be made available in the workflow Default: {} Type options: {"multipleValues":true,"sortable":true}