예제 #1
0
 def load_tab_configuration(self, burst_entity, op_id):
     """
     Given a burst entity and an operation id, find the workflow to which the op_id
     belongs and the load the burst_entity's tab configuration with those workflow steps.
     """
     originating_workflow = dao.get_workflow_for_operation_id(op_id)
     burst_entity = self.__populate_tabs_from_workflow(burst_entity, originating_workflow)
     return burst_entity
예제 #2
0
 def load_tab_configuration(self, burst_entity, op_id):
     """
     Given a burst entity and an operation id, find the workflow to which the op_id
     belongs and the load the burst_entity's tab configuration with those workflow steps.
     """
     originating_workflow = dao.get_workflow_for_operation_id(op_id)
     burst_entity = self.__populate_tabs_from_workflow(burst_entity, originating_workflow)
     return burst_entity