blokboard/ Open app

Node reference

Get State

Read this workflow's memory on the current runtime

CoreDatagetState

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#

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

Inputs#

PortValueDescription
inanyTrigger that reads the configured workflow State key.

Outputs#

PortValueDescription
outobjectThe stored value and whether the key exists.

out fields#

FieldTypeDescription
keystringWorkflow-scoped State key.
valueunknownJSON-compatible State value.
foundbooleanWhether 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.