|
From: <pa...@zo...> - 2003-02-18 15:58:58
|
Hi OpenFlowers,
I found the following line in openflow.py::
security.declarePrivate('callAutoPush')
def callAutoPush(self, instance_id, workitem_id, REQUEST=None):
instance, workitem, process, activity =
self.getEnvironment(instance_id, workitem_id)
application_id = activity.push_application
if application_id != "" and
self._applications[application_id]['url']:
application_url = self._applications[application_id]['url']
func = self.restrictedTraverse(application_url)
actor = apply(func,(), {})
self.assignWorkitem(instance_id, workitem_id, actor)
It seems nothing is passed to the AutoPush Applicaiton! I think it is a bug.
Am I right?
Waiting for you response.
panjunyong
|