feat: Collect sub-workflow IDs in node graph string (no-changelog) (#9939)

This commit is contained in:
Michael Kret
2024-07-04 15:16:15 +03:00
committed by GitHub
parent 3293b2bee3
commit 058fa32ca3
3 changed files with 11 additions and 0 deletions

View File

@@ -2348,6 +2348,7 @@ export interface INodeGraphItem {
prompts?: IDataObject[] | IDataObject; //ai node's prompts, cloud only
toolSettings?: IDataObject; //various langchain tool's settings
sql?: string; //merge node combineBySql, cloud only
workflow_id?: string; //@n8n/n8n-nodes-langchain.toolWorkflow and n8n-nodes-base.executeWorkflow
}
export interface INodeNameIndex {