Replies: 3 comments 4 replies
-
Hi @wols, I think they're good starters. It depends on your use case and on how you plan to persist the state. But the example is a good starting point as it introduces a generic approach that can be customized with concrete solutions. I've written an example in the gallery based on the #358 issue: https://python-statemachine.readthedocs.io/en/latest/auto_examples/persistent_model_machine.html Do you have a specific question or proposal? |
Beta Was this translation helpful? Give feedback.
-
@wols closing for now, feel free to reopen or ask any other questions. |
Beta Was this translation helpful? Give feedback.
-
@fgmacedo @wols , I just build a state machine for redis, and was looking to connect it to this project, and see what we can learn! In fact, all of our tests are written in python. Can I maybe have your feedback.. and help? I'd love to know what would be useful, what might be missing, etc? I was about to introduce a docker, to make exploration easier. Would you be interested in working together? I think the speed and lightweightedness of Redis makes this a perfect source or these things. |
Beta Was this translation helpful? Give feedback.
-
I'm currently working on an app where the statemachine is controlled via (cliff) CLI.
It's my first use of python-statemachine: The commands steer the continuation to the finale.
Currently I believe it is imperative to save state (after transitions) between CLI commands.
Issue #358 and issue358_persistence.md seems to pave the way there?
Beta Was this translation helpful? Give feedback.
All reactions