-
Notifications
You must be signed in to change notification settings - Fork 144
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
Web UI errors when loading workflow node without skip_tags #746
Comments
I've tried to reproduce the problem, with Controller 4.4.4 and 4.5.0, and all is working fine here, so maybe it's not related to the way of the Nodes creation. If you create the same workflow through the WUI... do you get the same behaviour? |
I created a new workflow in the WUI and it worked fine. Here's the output from the filetree_create role.
|
Can you please test creating the original problematic workflow, but specifying the extra variable |
I deleted the workflow in the WUI and re-ran the playbook. It is now giving a different error.
If you would like, we can do some screen sharing for troubleshooting. |
I believe it's a known UI bug related to have it checked the option Could you check your environment? |
Great news. It does appear to be a similar bug to what you're describing. I don't have Are you able to provide the bug information and do you know when it's expected to be resolved? Also, if there are workarounds, I'll need those in the meantime. |
I'm not aware of any public information related to this bug. The only workaround I can think of is de-selecting this problematic fields from the Job Templates: |
ansible/awx#14759 has been merged and this issue should be solved in the near feature. Closing the issue. |
Summary
I am creating workflow templates and it executes successfully. However, when I load the workflow visualizer and click the "i" button to see information about the node it fails with an error of
TypeError: u.skip_tags is null
. My node is defined as the following:Issue Type
Ansible, Collection, Controller details
OS / ENVIRONMENT
Desired Behavior
I'd expect the collection to properly handle the situation where skip_tags aren't provided.
Actual Behavior
It executes successfully but because skip_tags is null, it's failing in the web UI.
The text was updated successfully, but these errors were encountered: