Beispiel #1
0
 def create_instance(self):
     if 'testtask' in self.wf_spec.task_specs:
         del self.wf_spec.task_specs['testtask']
     return Execute(self.wf_spec,
                    'testtask',
                    description='foo',
                    args=self.cmd_args)
Beispiel #2
0
 def create_instance(self):
     return Execute(self.wf_spec,
                    'testtask',
                    description='foo',
                    args=self.cmd_args)