Comment by diarrhea

Comment by diarrhea 19 hours ago

1 reply

Great to see this land.

When I set up n8n last year I was thoroughly confused at the lack of state management. I ended up storing as JSON in a remote blob “database”, a horrible hack.

Towaway69 19 hours ago

Node-RED has three state access levels: global one across all flows, a flow based state which is only applicable to one flow and node-based state/storage that is linked to single node.

Any node can access global state, only nodes contained in the flow can access flow state and nodes that have their own state can solely access that storage.