Example #1
0
 def getActivityRuntimeEnvironment(self):
   return getActivityRuntimeEnvironment()
Example #2
0
 def getActivityRuntimeEnvironment(self):
     return getActivityRuntimeEnvironment()
Example #3
0
 def getActiveProcess(self):
   path = getActivityRuntimeEnvironment()._message.active_process
   if path:
     return self.unrestrictedTraverse(path)
Example #4
0
 def getActiveProcess(self):
     path = getActivityRuntimeEnvironment()._message.active_process
     if path:
         return self.unrestrictedTraverse(path)