Shared store getter
[data/Shared store getter]
Retrieves the shared store specified by store ID
.
Works like a database, in that it acts like a key-value store of global shared variables, and thus it's important to watch out for race conditions, etc.
Keywords: shared, stateful, global, memory, variable, get, read
Input ports
store ID:
string
Output ports
data:
any
error:
{"error": string}
Last updated