Data / Variables
3 nodes in this category.
Get Variable
data/get_variable
Reads a named variable from the execution context.
Out: value
Set Variable
data/set_variable
Stores a value into a named variable in the execution context.
In: exec, value
Out: exec, value
Counter
data/counter
A stateful counter node that persists its value across executions within the same graph lifecycle.
In: exec
Out: exec, value