javrasya / django-river

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

Support statically defined callback functions #170

Open javrasya opened 4 years ago

javrasya commented 4 years ago

Callback functions can today be registered dynamically by persisting the body of the method in the DB to conform even more to what django design idea is. But not all the workflow users are fond of this method where they can simply define callback methods statically from their workspace. It is good to have this available in django-river as well.

Acceptance Criteria: