finalize Workflow definition
authorEmile Anclin <emile.anclin@logilab.fr>
Thu, 02 Apr 2009 18:13:59 +0200
changeset 1220 9f80ecdb057a
parent 1218 680a8fe589a8
child 1221 d474534fd04d
finalize Workflow definition
doc/book/en/B0020-define-workflows.en.txt
doc/book/en/Z013-blog-less-ten-minutes.en.txt
--- a/doc/book/en/B0020-define-workflows.en.txt	Thu Apr 02 17:35:03 2009 +0200
+++ b/doc/book/en/B0020-define-workflows.en.txt	Thu Apr 02 18:13:59 2009 +0200
@@ -2,26 +2,19 @@
 
 .. _Workflow:
 
-Workflow definition
-===================
-
-[TODO :  All this is too obscure and often not very understandable...]
+An Example: Workflow definition
+===============================
 
 General
 -------
 
-[XXX define what a "Workflow" is: states, transitions, transition graph ]
-
-Example of a simple workflow
-----------------------------
+A workflow describes how certain entities have to evolve between 
+different states. Hence we have a set of states, and a "transition graph", 
+i.e. a list of possible transitions from one state to another state.
 
-Please see the tutorial to view an example of a simple workflow.
-
-
-[Create a simple workflow for BlogDemo, to have a moderator approve new blog 
-entry to be published. This implies specifying a dedicated group of blog
-moderator as well as hiding the view of a blog entry to the user until
-it reaches the state published]
+We will define a simple workflow for a blog, with only the following 
+two states: `submitted` and `published`. So first, we create a simple 
+`CubicWeb` in ten minutes (see :ref:`BlogTenMinutes`).
 
 Set-up a workflow
 -----------------
--- a/doc/book/en/Z013-blog-less-ten-minutes.en.txt	Thu Apr 02 17:35:03 2009 +0200
+++ b/doc/book/en/Z013-blog-less-ten-minutes.en.txt	Thu Apr 02 18:13:59 2009 +0200
@@ -1,5 +1,7 @@
 .. -*- coding: utf-8 -*-
 
+.. BlogTenMinutes:
+
 Have a blog ready in less than ten minutes!
 -------------------------------------------