Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

workflow schema cannot create a workflow of workflows #737

Description

@itcultus

I have a few workflows that I want to combine in one.
Currently, from the GUI I can do it.
However, tower-cli throws an error when I upload the schema.

tower-cli workflow schema test @./schema.yml 
Error: The requested object could not be found.

The schema is:

- project: prj_myproject
  success:
  - job_template: first_workflow
    success:
      - job_template: second_workflow

When I create it from the GUI I have no issues. If I replace the workflows with Job Templates, it works just fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions