feat: Add tracking for node errors and update node graph (#11060)

This commit is contained in:
Mutasem Aldmour
2024-10-15 12:38:17 +02:00
committed by GitHub
parent ecbe568d69
commit d3b05f1c54
10 changed files with 676 additions and 5 deletions

View File

@@ -2482,6 +2482,8 @@ export interface INodeGraphItem {
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
runs?: number;
items_total?: number;
}
export interface INodeNameIndex {