How does the persistence work for state machines? More specifically, I would like to know how triggers are persisted.
I would like to understand if it is possible to put long running logic into triggers' actions, or if I should create a "transitional" state with that logic.
Thanks