Example #1
0
 def handle_workflow_execution(self, wf_ex_db):
     # Request the next set of tasks to execute.
     LOG.info('[%s] Processing request for workflow execution.', wf_ex_db.action_execution)
     wf_svc.request_next_tasks(wf_ex_db)
Example #2
0
 def handle_workflow_execution(self, wf_ex_db):
     # Request the next set of tasks to execute.
     wf_svc.update_progress(wf_ex_db,
                            'Processing request for workflow execution.')
     wf_svc.request_next_tasks(wf_ex_db)