Global Key / Value
utility.global-key-value Storage v0.1.0 Reads, writes, deletes, and atomically increments shared JSON-compatible runtime values.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | JSON |
| Output | found | Found |
| Output | notFound | Not found |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Operationoperation | select | "get" | Key/value operation to perform. getsetincrementdelete |
Keykey | string | "workflow.counter" | The global key to operate on. |
Valuevalue | json | — | Value to store (for set). Shown when operation === "set" |
Value pathvaluePath | string | — | Dotted path to read the value from the input (for set). Shown when operation === "set" |
Amountamount | int | — | Increment amount. Shown when operation === "increment" |
Default valuedefaultValue | 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.