Added IWorkflowTransitionInfo interface
authorThierry Florac <thierry.florac@onf.fr>
Wed, 20 May 2015 14:57:49 +0200
changeset 10 41ac20351fe2
parent 9 469bb8d6594f
child 11 f25326715002
Added IWorkflowTransitionInfo interface
src/pyams_workflow/interfaces/__init__.py
--- a/src/pyams_workflow/interfaces/__init__.py	Wed May 20 12:47:14 2015 +0200
+++ b/src/pyams_workflow/interfaces/__init__.py	Wed May 20 14:57:49 2015 +0200
@@ -324,6 +324,13 @@
     """Workflow content version marker interface"""
 
 
+class IWorkflowTransitionInfo(Interface):
+    """Workflow transition info"""
+
+    transition_id = TextLine(title=_("Transition ID"),
+                             required=True)
+
+
 class IWorkflowPublicationInfo(Interface):
     """Workflow content publication info"""