doc/book/en/devrepo/datamodel/baseschema.rst
changeset 10022 927a795bb380
parent 7797 a71618a75b53
equal deleted inserted replaced
10021:cf445c8e4b03 10022:927a795bb380
    20 * _`CWUser`, system users
    20 * _`CWUser`, system users
    21 * _`CWGroup`, users groups
    21 * _`CWGroup`, users groups
    22 
    22 
    23 Entity types used to manage workflows
    23 Entity types used to manage workflows
    24 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    24 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    25 * _`Workflow`, workflow entity, linked to some entity types which may use this workflow
    25 * :ref:`Workflow <Workflow>`, workflow entity, linked to some entity types which may use this workflow
    26 * _`State`, workflow state
    26 * _`State`, workflow state
    27 * _`Transition`, workflow transition
    27 * _`Transition`, workflow transition
    28 * _`TrInfo`, record of a transition trafic for an entity
    28 * _`TrInfo`, record of a transition trafic for an entity
    29 
    29 
    30 Other entity types
    30 Other entity types