fix: Retain execution data between partial executions (new flow) (#11828)

This commit is contained in:
Danny Martini
2024-11-26 13:32:39 +01:00
committed by GitHub
parent 75e2b6fd9e
commit 3320436a6f
11 changed files with 159 additions and 14 deletions

View File

@@ -206,7 +206,7 @@ describe('WorkflowExecute', () => {
}
});
describe('WorkflowExecute, NodeExecutionOutput type test', () => {
test('WorkflowExecute, NodeExecutionOutput type test', () => {
//TODO Add more tests here when execution hints are added to some node types
const nodeExecutionOutput = new NodeExecutionOutput(
[[{ json: { data: 123 } }]],