equal
deleted
inserted
replaced
38 |
38 |
39 subject = 'CWEType' |
39 subject = 'CWEType' |
40 object = 'Workflow' |
40 object = 'Workflow' |
41 cardinality = '?*' |
41 cardinality = '?*' |
42 constraints = [RQLConstraint('S final FALSE, O workflow_of S', |
42 constraints = [RQLConstraint('S final FALSE, O workflow_of S', |
43 msg=_('workflow isn\'t a workflow of this type'))] |
43 msg=_('workflow isn\'t a workflow for this type'))] |
44 |
44 |
45 |
45 |
46 class State(EntityType): |
46 class State(EntityType): |
47 """used to associate simple states to an entity type and/or to define |
47 """used to associate simple states to an entity type and/or to define |
48 workflows |
48 workflows |