Node reference
Delete State
Remove saved workflow memory
Remove saved workflow memory
Part of Core / Data. This reference is generated from the node definitions shipped with Blokboard.
When to use it#
- Clear a saved workflow checkpoint.
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 removes the configured workflow State key. |
Outputs#
| Port | Value | Description |
|---|---|---|
out | object | The key and whether it existed before deletion. |
out fields#
| Field | Type | Description |
|---|---|---|
key | string | Workflow-scoped State key. |
deleted | boolean | Whether a stored value was removed. |
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.