entities/wfobjs.py
branchstable
changeset 7677 134613d3b353
parent 7406 e772a2c57b00
child 7827 9bbf83f68bcc
child 7879 9aae456abab5
equal deleted inserted replaced
7670:6397a9051f65 7677:134613d3b353
   324         result = {}
   324         result = {}
   325         for ep in self.subworkflow_exit:
   325         for ep in self.subworkflow_exit:
   326             result[ep.subwf_state.eid] = ep.destination and ep.destination.eid
   326             result[ep.subwf_state.eid] = ep.destination and ep.destination.eid
   327         return result
   327         return result
   328 
   328 
   329     def clear_all_caches(self):
   329     def cw_clear_all_caches(self):
   330         super(WorkflowTransition, self).clear_all_caches()
   330         super(WorkflowTransition, self).cw_clear_all_caches()
   331         clear_cache(self, 'exit_points')
   331         clear_cache(self, 'exit_points')
   332 
   332 
   333 
   333 
   334 class SubWorkflowExitPoint(AnyEntity):
   334 class SubWorkflowExitPoint(AnyEntity):
   335     """customized class for SubWorkflowExitPoint entities"""
   335     """customized class for SubWorkflowExitPoint entities"""