🐛 Fix that static data did not always get load on execution

This commit is contained in:
Jan Oberhauser
2019-10-15 07:36:53 +02:00
parent 369e8084d3
commit 542ae1e785
5 changed files with 32 additions and 5 deletions

View File

@@ -263,7 +263,7 @@ export class ActiveWorkflowRunner {
};
const workflowRunner = new WorkflowRunner();
workflowRunner.run(runData);
workflowRunner.run(runData, true);
};
return returnFunctions;
});