summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
blob: cc70d771a5ce4b5179a6385e2bea63da049ec1a2 (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.

:app:`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.