[Zope3-checkins] CVS: Packages3/workflow/stateful - instance.py:1.9
Ulrich Eck
ueck@net-labs.de
Wed, 26 Mar 2003 14:24:06 -0500
Update of /cvs-repository/Packages3/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv27357/stateful
Modified Files:
instance.py
Log Message:
added Workflows Tab to IProcessInstanceContainerAdaptable's
that is a Management View vor StatefulProcessInstances
=== Packages3/workflow/stateful/instance.py 1.8 => 1.9 ===
--- Packages3/workflow/stateful/instance.py:1.8 Wed Mar 26 13:27:42 2003
+++ Packages3/workflow/stateful/instance.py Wed Mar 26 14:24:05 2003
@@ -143,7 +143,7 @@
#
############################################################
-
+ # XXX expose this method in the interface (without _)
def _getProcessDefinition(self):
"""Get the ProcessDefinition object from WorkflowService.
"""