mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
🐛 Fix that static data did not always get load on execution
This commit is contained in:
@@ -263,7 +263,7 @@ export class ActiveWorkflowRunner {
|
||||
};
|
||||
|
||||
const workflowRunner = new WorkflowRunner();
|
||||
workflowRunner.run(runData);
|
||||
workflowRunner.run(runData, true);
|
||||
};
|
||||
return returnFunctions;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user