All state machine execution to be persisted and later restored
Would be great to persist the FSM execution somewhere automatically, then restore it later. This would be very handy for my current task of modelling an ordering system
33
votes
1 comment
-
Thanks for the suggestion.
Have you tried using an ORM, and pointing the state machine to one of the mapped fields using the overloaded constructor? There's an example in Hg called Bug Tracker that shows the general idea.