Workflow ======== Often you might want to control the way your content is created. For this you can create workflows. They define how a content object can be modified and by which persons for example. This document holds a list and discussion of packages which are used to solving this task. zope.wfmc --------- http://pypi.python.org/pypi/zope.wfmc Big package. GUI tools for editing workflows available. hurry.workflow -------------- http://pypi.python.org/pypi/hurry.workflow Personal opinion: Seems to be a bit complicated sometimes. repoze.workflow --------------- http://pypi.python.org/pypi/repoze.workflow Workflow definition in ZCML possible. trollfot's workflow ------------------- Ask him :)