Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to add a label to tasks in a workflow, so that jobs derived from same template can have different name #14836

Closed
4 of 9 tasks
benapetr opened this issue Feb 2, 2024 · 1 comment

Comments

@benapetr
Copy link

benapetr commented Feb 2, 2024

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

Right now when you create a workflow that contains many instances of same template just with different variables, you can't distinguish which one is which, here is example:

image

Those jobs look like 2 same jobs running in paralel, but their variables are completely different. However it's impossible to distinguish between them right now.

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Steps to reproduce

Make a workflow that contains multiple instances of same template with different variables

Current results

Jobs are called exactly the same

Sugested feature result

Each job would have a dedicated name to make it possible to see which one is which

@fosterseth
Copy link
Member

fosterseth commented Feb 7, 2024

there is a node alias you can use to distinguish different nodes, even if based on the same template

image

is this what you had in mind, or something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants