Ejemplo n.º 1
0
 def get_cycle_task_row_by(self, **conditions):
   """Returns a cycle task group row by conditions."""
   return table_with_headers.get_sub_row_by(
       rows=self.cycle_task_rows, **conditions)
Ejemplo n.º 2
0
 def get_workflow_cycle_row_by(self, **conditions):
   """Returns a workflow cycle row by conditions."""
   return table_with_headers.get_sub_row_by(
       rows=self.workflow_cycle_rows, **conditions)
Ejemplo n.º 3
0
 def get_cycle_task_group_row_by(self, **conditions):
   """Returns a cycle task group row by conditions."""
   return table_with_headers.get_sub_row_by(
       rows=self.cycle_task_group_rows, **conditions)
Ejemplo n.º 4
0
 def get_workflow_cycle_row_by(self, **conditions):
   """Returns a workflow cycle row by conditions."""
   return table_with_headers.get_sub_row_by(
       rows=self.workflow_cycle_rows, **conditions)