-
-
Couldn't load subscription status.
- Fork 101
Open
Labels
Description
Great example on Order and OrderControl.
https://python-statemachine.readthedocs.io/en/latest/auto_examples/order_control_rich_model_machine.html
Would find it helpful to see how python-statemachine supports users with 2+ orders.
ie does it have to be 1:1 Order & OrderControl or are there patterns for x:1 where there are many models and a single state machine controller that can work with and advance the state on multiple models.
I imagine many run into this and would be great to see a best practices example!
Thanks!