doc/book/en/devrepo/datamodel/define-workflows.rst
changeset 7632 3c9dfc6e820b
parent 6880 4be32427b2b9
equal deleted inserted replaced
7631:4ac19f288149 7632:3c9dfc6e820b
    11 A workflow describes how certain entities have to evolve between different
    11 A workflow describes how certain entities have to evolve between different
    12 states. Hence we have a set of states, and a "transition graph", i.e. a set of
    12 states. Hence we have a set of states, and a "transition graph", i.e. a set of
    13 possible transitions from one state to another state.
    13 possible transitions from one state to another state.
    14 
    14 
    15 We will define a simple workflow for a blog, with only the following two states:
    15 We will define a simple workflow for a blog, with only the following two states:
    16 `submitted` and `published`. You may want to take a look at :ref:`_TutosBase` if
    16 `submitted` and `published`. You may want to take a look at :ref:`TutosBase` if
    17 you want to quickly setup an instance running a blog.
    17 you want to quickly setup an instance running a blog.
    18 
    18 
    19 Setting up a workflow
    19 Setting up a workflow
    20 ---------------------
    20 ---------------------
    21 
    21