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.
Then, manually update the workflow, removing one of the "Json query" nodes and linking the previous nodes to the remaining "Json query" node like this:
Now, when you run the tower-cli workflow schema command providing the same schema, it does not update the workflow back to its original state. This is the result:
Issue description
When using a the
tower-cli workflow schema
command to create/update a workflow, the results are not consistent depending on the workflow content.Versions
Details
For example, given the following schema:
Run the command:
tower-cli workflow schema Workflow01 @schema.yaml
It creates a workflow like this:
Results:
Then, manually update the workflow, removing one of the "Json query" nodes and linking the previous nodes to the remaining "Json query" node like this:
Now, when you run the
tower-cli workflow schema
command providing the same schema, it does not update the workflow back to its original state. This is the result:It is inconsistent as you can obtain 2 different workflows from the same schema.
The text was updated successfully, but these errors were encountered: