Open
Description
Please confirm the following
- I agree to follow this project's code of conduct.
- I have checked the current issues for duplicates.
- I understand that AWX is open source software provided for free and that I might not receive a timely response.
Feature type
Enhancement to Existing Feature
Feature Summary
In a Job Workflow it is possible to override the host limit, but it's not possible to override the job type.
Select the relevant components
- UI
- API
- Docs
- Collection
- CLI
- Other
Steps to reproduce
Having an option to switch between check and run job type would prevent the user from creating two similar Job Workflow Templates (one for run, the other for check).
Current results
- create a Workflow Template
- add nodes to it with
Run
as a Job Type - create another Workflow Template
- add nodes to it with
Check
as a Job Type - run both Workflows
Sugested feature result
- create a Workflow Template
- check
Prompt on Launch
for a Job Type for all nodes in the Workflow - add nodes to it with
Run
as a Job Type - launch the Workflow and on prompt, select a Job Type that will affect all nodes
Additional information
No response