Global Key / Value

utility.global-key-value Storage v0.1.0

Reads, writes, deletes, and atomically increments shared JSON-compatible runtime values.

Ports

DirectionPortLabel
InputinputJSON
OutputfoundFound
OutputnotFoundNot found

Properties

PropertyTypeDefaultDescription
Operation
operation
select "get" Key/value operation to perform.
getsetincrementdelete
Key
key
string "workflow.counter" The global key to operate on.
Value
value
json Value to store (for set).
Shown when operation === "set"
Value path
valuePath
string Dotted path to read the value from the input (for set).
Shown when operation === "set"
Amount
amount
int Increment amount.
Shown when operation === "increment"
Default value
defaultValue
json 0 Value returned when the key is absent (for get).
Shown when operation === "get"

This page is generated from the node registry by gen-node-docs.mjs on every site build — ports, properties, defaults and visibility rules cannot drift from the code.