sartography / SpiffWorkflow

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

remove one deprecated and unused feature #329

Closed essweine closed 1 year ago

essweine commented 1 year ago

This removes the metaclass that provides deprecation warnings on access task state through Task vs TaskState and removes the ability to serialize custom data attached to BPMN task specs (which was likely never used by anyone).