Adaptations for your Plone workflows
Project description
This package allows you to create adaptations for your workflows. To add a workflow adaptation, simply add an utility that implements IWorkflowAdaptation. See example in example.py file.
Contributors
Cédric Messiant, cedricmessiant@ecreall.com
Changelog
1.2 (2022-10-28)
Added name parameter on apply_from_registry to apply given adaptation. [sgeulette]
1.1 (2021-04-20)
Added reapply adaptation parameter to differentiate a reapply after a workflow reset. [sgeulette]
Kept keys as unicode in get_applied_adaptations [sgeulette]
1.0 (2020-10-07)
Added multiplicity adaptation parameter to authorize an adaptation to be applied multiple times. [sgeulette]
0.2 (2019-09-20)
Set default value to None. [sgeulette]
0.1 (2017-05-31)
Add base class for workflow adaptation. [sgeulette]
Initial release. [cedricmessiant]