We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e3a28 commit 13b3627Copy full SHA for 13b3627
docs/creating-nodes/context.md
@@ -29,3 +29,6 @@ var globalContext = this.context().global;
29
30
Each of these context objects has the same `get`/`set` functions described
31
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