summaryrefslogtreecommitdiff
path: root/docs/tutorials/cmf/workflow.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-09-21 22:53:15 +0000
committerChris McDonough <chrism@agendaless.com>2008-09-21 22:53:15 +0000
commit8fd58c42615b12585b903c1132d71eac30073774 (patch)
tree1ba20da7eb1bdef649a0d0b3779932787be3c2c5 /docs/tutorials/cmf/workflow.rst
parent1f25cd571cd2dceb576dcbe3504450e38745df21 (diff)
downloadpyramid-8fd58c42615b12585b903c1132d71eac30073774.tar.gz
pyramid-8fd58c42615b12585b903c1132d71eac30073774.tar.bz2
pyramid-8fd58c42615b12585b903c1132d71eac30073774.zip
Add workflow chapter, fix renderings.
Diffstat (limited to 'docs/tutorials/cmf/workflow.rst')
-rw-r--r--docs/tutorials/cmf/workflow.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/tutorials/cmf/workflow.rst b/docs/tutorials/cmf/workflow.rst
new file mode 100644
index 000000000..251ce3fc4
--- /dev/null
+++ b/docs/tutorials/cmf/workflow.rst
@@ -0,0 +1,14 @@
+.. _workflow_chapter:
+
+========
+Workflow
+========
+
+In CMF, the "workflow tool" allows developers to design state machines
+which imply transition between content states.
+
+:mod:`repoze.bfg` itself has no such concept, but the
+:term:`repoze.lemonade` packge provides a simple persistent state
+machine implementation that can act as a barebones workflow tool. See
+its documentation for more information.
+