src/pyams_content/workflow/interfaces.py
changeset 338 f37b5995a48c
parent 128 6cdea4a15bfd
child 1222 482e0e1f192f
--- a/src/pyams_content/workflow/interfaces.py	Fri Jan 26 16:43:14 2018 +0100
+++ b/src/pyams_content/workflow/interfaces.py	Fri Jan 26 16:43:52 2018 +0100
@@ -27,6 +27,10 @@
     """PyAMS default content workflow marker interface"""
 
 
+class IBasicWorkflow(IWorkflow):
+    """PyAMS basic workflow marker interface"""
+
+
 class IContentArchiverTaskInfo(Interface):
     """Content archiver task info"""