fix(core): Reset destination node after partial execution of tools (#16376)

This commit is contained in:
Benjamin Schroth
2025-06-16 16:04:31 +02:00
committed by GitHub
parent 4e73c40739
commit c3653275f2
5 changed files with 55 additions and 1 deletions

View File

@@ -2152,6 +2152,7 @@ export interface IRunExecutionData {
startData?: {
startNodes?: StartNodeData[];
destinationNode?: string;
originalDestinationNode?: string;
runNodeFilter?: string[];
};
resultData: {