Skip to content

Commit 13b3627

Browse files
author
Dave Conway-Jones
committed
Add note re context of config nodes
1 parent b7e3a28 commit 13b3627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/creating-nodes/context.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ var globalContext = this.context().global;
2929

3030
Each of these context objects has the same `get`/`set` functions described
3131
in the [Writing Functions guide](/docs/writing-functions#storing-data).
32+
33+
Note: Configuration nodes that are used by and shared by other nodes are by default global, unless otherwise
34+
specified by the user of the node. As such it cannot be assumed that they have access to a Flow context.

0 commit comments

Comments
 (0)