Merge pull request #12115 from sean-m-sullivan/workflow_node_updates

update workflow nodes to allow workflows and system jobs
This commit is contained in:
Seth Foster
2022-04-28 14:12:33 -04:00
committed by GitHub
2 changed files with 20 additions and 6 deletions

View File

@@ -585,6 +585,10 @@
name: Default
name: "{{ jt2_name }}"
type: job_template
- identifier: Cleanup Job
unified_job_template:
name: Cleanup Activity Stream
type: system_job
register: result
- assert:
@@ -624,6 +628,12 @@
organization:
name: Default
type: inventory_source
- identifier: Workflow inception
unified_job_template:
name: "{{ wfjt_name }}"
organization:
name: Default
type: workflow_job_template
register: result
- name: Kick off a workflow and wait for it