entities/wfobjs.py
changeset 7293 97505b798975
parent 6904 cf869016a823
child 7406 e772a2c57b00
equal deleted inserted replaced
7285:39437617f3f0 7293:97505b798975
   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"""