You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
The <pk> argument is allowed to be either the object id, or the named URL syntax. The named URL is a server feature and the detail view in the API browser (/api/v2/workflow_job_templates/N/) has a related link that will give you the syntax for that particular entry. Because name does not make something unique, the named URL will not work based on name alone.
But using named URL is quite a different animal from name-based lookup, which is done in a million other places.
Since the tower_workflow_template cannot add the extra_vars during the workflow creation, I tried to create it via the tower-cli (version 3.3.0)
Although the --help says that the ID argument should be any identity element, it doesn't:
When I use the ID of the object it works:
tower-cli workflow modify --extra-vars "myownvar=yes" 42
If this is the expected behaviour, documentation should:
The text was updated successfully, but these errors were encountered: