Comment 3 for bug 1524477

Revision history for this message
noa (noa-koffman) wrote : Re: on-complete tasks are ran multiple times

Please note that I added two log lines in default_engine.py
In the _on_task_state_change method, before and after the line “cmds = wf_ctrl.continue_workflow()”
LOG.info("_on_task_state_change BEFORE NEXT TASK with task = %s", task_ex)
LOG.info("_on_task_state_change AFTER NEXT TASK with task = %s", task_ex)
In order to see which task called which.