fix(editor): Update node execution itemCount to support multiple outputs (no-changelog) (#19646)

This commit is contained in:
Alex Grozav
2025-09-18 12:11:04 +01:00
committed by GitHub
parent dee22162f4
commit 83b2a5772e
13 changed files with 435 additions and 27 deletions

View File

@@ -21,7 +21,7 @@ describe('nodeExecuteAfterData', () => {
data: {
executionId: 'exec-1',
nodeName: 'Test Node',
itemCount: 1,
itemCountByConnectionType: { main: [1] },
data: {
executionTime: 0,
startTime: 0,