summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
blob: 35cf552d2f072eaedd6f93de264d7427eb85a05a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. _workflow_chapter:

========
Workflow
========

In CMF, the "workflow tool" allows developers to design state machines
which imply transition between content states.

:mod:`pyramid` itself has no such concept, but the
:term:`repoze.workflow` package provides a simple state machine
implementation that can act as a barebones workflow tool.  See its
documentation for more information.