@ismasan I've been re-reading the Eventide docs (for at least the third time). I came back to this simplified example from the introduction page. http://docs.eventide-project.org/
I wanted to look at it again from the Decide-Evolve-React perspective. The method doesn't have the precise function signature of Decide (command, state) -> event(s).
It does accept a command (with account_id and amount data elements). But it then uses the account_id to obtain the current state from an account "store."
1/🧵