Node reference
Set State
Save memory for future runs on this runtime
Save memory for future runs on this runtime
Part of Core / Data. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Remember the last processed transaction for the next run.
Parameters#
| Parameter | Field type | Default | Description |
|---|---|---|---|
Key (key) | string | (empty) | A name private to this workflow. Expressions can choose it dynamically. |
Value (value) | text | (empty) | A JSON-compatible value. An exact expression can store objects, arrays, or numbers. |
Inputs#
| Port | Value | Description |
|---|---|---|
in | any | Trigger that stores the configured value. |
Outputs#
| Port | Value | Description |
|---|---|---|
out | object | The key and value saved for this workflow. |
out fields#
| Field | Type | Description |
|---|---|---|
key | string | Workflow-scoped State key. |
value | unknown | JSON-compatible State value. |
Use in a workflow#
Connect this node to the path that should execute it. Run a small example, inspect its actual output, and use the expression picker to select values for later nodes.
See expressions for mapping values, workflow basics for connections, and troubleshooting for failed runs.