Metadata-Version: 2.1
Name: collective.wfadaptations
Version: 1.2
Summary: Adaptations for your Plone workflows
Home-page: http://pypi.python.org/pypi/collective.wfadaptations
Author: Cédric Messiant
Author-email: cedricmessiant@ecreall.com
License: GPL
Keywords: Plone Python
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test

========================
collective.wfadaptations
========================

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]



