Welcome to transitions-gui Discussions! #29
Replies: 2 comments
-
I would like to migrate from transitions Machine to transitions-gui Webmachine. Our transitions machine is working beautifully in our flask api. Any tutorials or suggestions? @add_state_features(Timeout, Tags) class ApplicationLeadStateMachine(object):
|
Beta Was this translation helpful? Give feedback.
-
Hello @Dvzkabou, it should be enough to switch from transitions_gui import WebMachine as Machine
m = Machine(..., port=9999) FYI: A new version of |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions