feat(core): Implement partial execution of tool nodes (no-changelog) (#14939)

This commit is contained in:
Benjamin Schroth
2025-04-28 13:24:56 +02:00
committed by GitHub
parent b7c5521942
commit bc6f98928e
10 changed files with 349 additions and 33 deletions

View File

@@ -1135,6 +1135,7 @@ export interface INode {
credentials?: INodeCredentials;
webhookId?: string;
extendsCredential?: string;
rewireOutputLogTo?: NodeConnectionType;
}
export interface IPinData {