doc/book/devrepo/datamodel/define-workflows.rst
changeset 11963 64ecd4d96ac7
parent 10495 5bd914ebf3ae
child 12404 83d7752af56a
equal deleted inserted replaced
11962:36851c8b6763 11963:64ecd4d96ac7
   156 Indeed, if you create the states and transitions through the user
   156 Indeed, if you create the states and transitions through the user
   157 interface, next time you initialize the database you will have to
   157 interface, next time you initialize the database you will have to
   158 re-create all the workflow entities. The user interface should only be
   158 re-create all the workflow entities. The user interface should only be
   159 a reference for you to view the states and transitions, but is not the
   159 a reference for you to view the states and transitions, but is not the
   160 appropriate interface to define your application workflow.
   160 appropriate interface to define your application workflow.
       
   161 
       
   162 
       
   163 Alternative way to declare workflows
       
   164 ------------------------------------
       
   165 
       
   166 .. automodule:: cubicweb.wfutils
       
   167 
       
   168