schemas/workflow.py
branchstable
changeset 3528 77a69de16709
parent 3499 9161c215b954
child 3529 87b5086fd6a7
--- a/schemas/workflow.py	Wed Sep 30 16:06:04 2009 +0200
+++ b/schemas/workflow.py	Wed Sep 30 16:06:52 2009 +0200
@@ -68,6 +68,7 @@
 
     name = String(required=True, indexed=True, internationalizable=True,
                   maxsize=256)
+    type = String(vocabulary=(_('normal'), _('auto')), default='normal')
     description = RichString(fulltextindexed=True,
                          description=_('semantic description of this transition'))
     condition = SubjectRelation('RQLExpression', cardinality='*?', composite='subject',