mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Fix missing successful items on continueErrorOutput with multiple outputs (#10218)
This commit is contained in:
@@ -2257,6 +2257,7 @@ export interface WorkflowTestData {
|
||||
};
|
||||
output: {
|
||||
nodeExecutionOrder?: string[];
|
||||
testAllOutputs?: boolean;
|
||||
nodeData: {
|
||||
[key: string]: any[][];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user