[CMF-checkins] CVS: CMF/DCWorkflow - DCWorkflow.py:1.10

Shane Hathaway shane@digicool.com
Wed, 24 Oct 2001 14:12:39 -0400


Update of /cvs-repository/CMF/DCWorkflow
In directory cvs.zope.org:/tmp/cvs-serv6366

Modified Files:
	DCWorkflow.py 
Log Message:
Never mind for now--it didn't work. :-)


=== CMF/DCWorkflow/DCWorkflow.py 1.9 => 1.10 ===
         Notifies this workflow that an action has taken place.
         '''
-        # Take the opportunity to execute automatic transitions.
-        sdef = self._getWorkflowStateOf(ob)
-        if sdef is not None:
-            tdef = self._findAutomaticTransition(ob, sdef)
-            if tdef is not None:
-                self._changeStateOf(self, ob, tdef)
+        pass
 
     security.declarePrivate('notifyException')
     def notifyException(self, ob, action, exc):