I'm using the file-function node and I'm having issues accessing data stored in context/flow/global stores
When I execute the following within the file:
console.log(flow.keys());
I get the following error:
[warn] [file function:Decoder] ReferenceError: flow is not defined
Any ideas on how I can access these variable stores?