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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: