sartography / SpiffWorkflow

A powerful workflow engine implemented in pure Python
GNU Lesser General Public License v3.0
1.69k stars 313 forks source link

Spiffworkflow Library - State Transitions #363

Closed danfunk closed 5 months ago

danfunk commented 12 months ago

SpiffWorkflow has the ability to execute callback functions on certain events. This allows library users to automatically execute actions whenever changes are made to tasks. This functionality would be more useful if these events lined up cleanly with state transitions of tasks.

danfunk commented 8 months ago

@essweine is this still relevant?

essweine commented 6 months ago

Better callback functionality would allow some performance improvements to be made.

essweine commented 5 months ago

Resolved with https://github.com/sartography/SpiffWorkflow/pull/408