mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Edit wfj running notification trigger
This commit is contained in:
parent
68fe23d8b7
commit
95896b1acd
@ -235,7 +235,7 @@ class TaskManager():
|
||||
else:
|
||||
if type(task) is WorkflowJob:
|
||||
task.status = 'running'
|
||||
task.send_notification_templates('running')
|
||||
connection.on_commit(lambda: task.send_notification_templates('running'))
|
||||
logger.debug('Transitioning %s to running status.', task.log_format)
|
||||
schedule_task_manager()
|
||||
elif not task.supports_isolation() and rampart_group.controller_id:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user