mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
Drop todo / answered question
This commit is contained in:
@@ -1288,8 +1288,6 @@ class BaseTask(object):
|
|||||||
if self.instance.spawned_by_workflow:
|
if self.instance.spawned_by_workflow:
|
||||||
self.parent_workflow_job_id = self.instance.get_workflow_job().id
|
self.parent_workflow_job_id = self.instance.get_workflow_job().id
|
||||||
|
|
||||||
# TODO: can we count on instance always having created?
|
|
||||||
# If we can't how can we store the job_event?
|
|
||||||
self.job_created = str(self.instance.created)
|
self.job_created = str(self.instance.created)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user