Shared store setter

[data/Shared store setter]


Sets the contents of the shared store specified by store ID to data. 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, set, write

Input ports

  • store ID: string

  • data: any

Output ports

  • written: {"storeId": string, "data": any}

  • error: {"error": string}

Last updated