Input
ExecutionInitiate Execution
Data/Cache
Reads a value from the app's cache. Reports a miss when the key was never written or its lifetime has elapsed.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Initiate Execution
Cache handle from the Open Cache node
Who a cache entry belongs to. Mirrors `flow_like_types::cache::CacheScope` on the wire; kept as its own type so the pin dropdown can carry friendly labels.
Shared by everyone who can execute in the app.
Private to the user who triggered the run.
Optional grouping travelling alongside every key. Entries sharing a namespace can be invalidated together; unrelated flows also use it to keep short keys from colliding.
The key to read
Done with the Execution
True when a live entry existed for this key
The cached value — whatever type was stored — or null on a miss