doc/book/en/devrepo/datamodel/define-workflows.rst
branchstable
changeset 6880 4be32427b2b9
parent 5400 b7ab099b128a
child 7632 3c9dfc6e820b
--- a/doc/book/en/devrepo/datamodel/define-workflows.rst	Mon Jan 24 09:42:09 2011 +0100
+++ b/doc/book/en/devrepo/datamodel/define-workflows.rst	Mon Jan 24 11:39:53 2011 +0100
@@ -8,14 +8,13 @@
 General
 -------
 
-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 set of possible transitions from one state to another
-state.
+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 set of
+possible transitions from one state to another state.
 
-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| instance in five minutes (see :ref:`BlogFiveMinutes`).
+We will define a simple workflow for a blog, with only the following two states:
+`submitted` and `published`. You may want to take a look at :ref:`_TutosBase` if
+you want to quickly setup an instance running a blog.
 
 Setting up a workflow
 ---------------------