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

Small correction to workflow template dag example #3735

Closed
dynamicmindset opened this issue Aug 11, 2020 · 1 comment · Fixed by #3736
Closed

Small correction to workflow template dag example #3735

dynamicmindset opened this issue Aug 11, 2020 · 1 comment · Fixed by #3736
Labels
type/feature Feature request

Comments

@dynamicmindset
Copy link
Contributor

Summary

What change needs making?

dag example passes arguments to a DagTemplate ref that does not have inputs.

      - name: C
        dependencies: [A]
        templateRef:
          name: workflow-template-inner-dag
          template: inner-diamond
        arguments:
          parameters:
          - name: message
            value: C

This can be confusing for a newcomer.


Message from the maintainers:

Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.

@alexec
Copy link
Contributor

alexec commented Sep 2, 2020

Available for testing in v2.11.0-rc1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants