javrasya / django-river

Django workflow library that supports on the fly changes ⛵
BSD 3-Clause "New" or "Revised" License
742 stars 105 forks source link

Transition hooks should be able to be registered for a iteration #114

Closed javrasya closed 5 years ago

javrasya commented 5 years ago

Description: Due to cyclic transitions, there can be more than one transition with the same source and destination states and there is no capability to have a hook only one or some of them since they are defined at source and destination state level.

Acceptance Criteria: