Skip to content

Finalize action after transition success or failure. #386

@sandeep2rawat

Description

@sandeep2rawat
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions