Make static data available in Function-Nodes

This commit is contained in:
Jan Oberhauser
2019-10-15 07:37:49 +02:00
parent 542ae1e785
commit 1b28825b94
2 changed files with 2 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ export class Function implements INodeType {
// Define the global objects for the custom function
const sandbox = {
getNodeParameter: this.getNodeParameter,
getWorkflowStaticData: this.getWorkflowStaticData,
helpers: this.helpers,
items,
// To be able to access data of other items