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.67k stars 3.37k forks source link

Survey Inheritance button between workflow and template #13568

Open Budd59 opened 1 year ago

Budd59 commented 1 year ago

Please confirm the following

Feature type

New Feature

Feature Summary

Hello,

It could be nice to have the choice between filling the survey in the node or choose to inherit the survey in the workflow.

Best Regards,

Select the relevant components

Steps to reproduce

Create a template with a survey enabled and at least one required field to fill.

Create a workflow, adding the template as a node.

Current results

When adding the node, you have to fill the field as it is required.

Sugested feature result

When adding the node, you have to fill the field as it is required OR choose to inherit the node survey into the workflow survey.

Additional information

No response

ksharma-qc commented 4 months ago

This would be a great feature. I have defined a workflow using some templates which have surveys on them. I'd like to be able to re-define the variables on workflow's survey and then pass them onto the templates.

Currently the workaround I'm having to use is to create a copy of all the templates I use in workflows and disable survey on them.