Node reference
Get State
Read this workflow's memory on the current runtime
Read this workflow's memory on the current runtime
Part of Core / Data. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Read the cursor saved by a previous workflow run.
Parameters#
| Parameter | Field type | Default | Description |
|---|---|---|---|
Key (key) | string | (empty) | A name private to this workflow. Expressions can choose it dynamically. |
Inputs#
| Port | Value | Description |
|---|---|---|
in | any | Trigger that reads the configured workflow State key. |
Outputs#
| Port | Value | Description |
|---|---|---|
out | object | The stored value and whether the key exists. |
out fields#
| Field | Type | Description |
|---|---|---|
key | string | Workflow-scoped State key. |
value | unknown | JSON-compatible State value. |
found | boolean | Whether this workflow has the key. |
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.