fix(core): Fix missing successful items on continueErrorOutput with multiple outputs (#10218)

This commit is contained in:
jeanpaul
2024-07-29 17:08:20 +02:00
committed by GitHub
parent e5dfd7faf9
commit 1a7713ef26
4 changed files with 542 additions and 155 deletions

View File

@@ -2257,6 +2257,7 @@ export interface WorkflowTestData {
};
output: {
nodeExecutionOrder?: string[];
testAllOutputs?: boolean;
nodeData: {
[key: string]: any[][];
};