-
-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
Description
- Python State Machine version: 2.0.0
- Python version: 3.10
- Operating System: mac os 13
Description
I am looking for an action which gets called after a transition happened whether successfully or not.
Basically I am implementing a distributed state machine, and I want to execute one transition at a time. So for that I am trying to put a lock on before a transition happen and release the same after the transition (success/failure).
What I Did
I didn't do anything yet, except searching it in the documentation but didn't find anything.