mirror of
https://github.com/ansible/awx.git
synced 2026-07-04 12:58:02 -02:30
WorkflowJob should set the workflow launch_type for spawned jobs
This commit is contained in:
@@ -256,6 +256,8 @@ class WorkflowJobNode(WorkflowNodeBase):
|
||||
extra_vars.update(functional_aa_dict)
|
||||
if extra_vars:
|
||||
data['extra_vars'] = extra_vars
|
||||
# ensure that unified jobs created by WorkflowJobs are marked
|
||||
data['launch_type'] = 'workflow'
|
||||
return data
|
||||
|
||||
class WorkflowJobOptions(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user