Returns an Entity session handle for interacting with the workflow's
structured JSON document storage. Unlike search() (flat HASH
key-value pairs), entity() provides a JSONB document store with
deep merge, append, and path-based get operations.
Each call produces a unique session ID tied to the deterministic
execution counter, ensuring correct replay behavior.
Returns an
Entitysession handle for interacting with the workflow's structured JSON document storage. Unlikesearch()(flat HASH key-value pairs),entity()provides a JSONB document store with deep merge, append, and path-based get operations.Each call produces a unique session ID tied to the deterministic execution counter, ensuring correct replay behavior.
Examples