You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!