blokboard/ Open app

Node reference

Delete State

Remove saved workflow memory

CoreDatadeleteState

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#

ParameterField typeDefaultDescription
Key (key)string(empty)A name private to this workflow. Expressions can choose it dynamically.

Inputs#

PortValueDescription
inanyTrigger that removes the configured workflow State key.

Outputs#

PortValueDescription
outobjectThe key and whether it existed before deletion.

out fields#

FieldTypeDescription
keystringWorkflow-scoped State key.
deletedbooleanWhether 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.