ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
13.55k stars 3.35k forks source link

Labels are missing in workflow_launch module #15197

Open hassevgaard opened 2 weeks ago

hassevgaard commented 2 weeks ago

Please confirm the following

Feature type

Enhancement to Existing Feature

Feature Summary

The workflow_launch module currently does not support the use of labels although the API and frontend supports labels.

Select the relevant components

Steps to reproduce

We see the need to group workflows with labels as the system is currently used for handling provisioning orders and using labels would help identify workflows on specific provisioning orders.

Current results

Currently we aren't able to group workflows and thereby making it hard to identify workflows overall.

Sugested feature result

Being able to add labels through the use of workflow_launch module as it is already possible through the UI and the API.

Additional information

We will create a pull request with the desired functionality.