Passing artifacts from nested template in a ClusterWorkflowTemplate #14023
Closed
danieljamesscott
started this conversation in
General
Replies: 1 comment
-
Oh, I think I have it:
Getting mixed up with the output definition vs passing it in to the next step! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am trying to figure out whether it's possible to pass artifacts from a nested template in a ClusterWorkflowTemplate. I'm still trying to get my head around the syntax, and can't get it to work.
I have a ClusterWorkflowTemplate:
Which is called from my Workflow:
I can successfully create the ClusterWorkflowTemplate, but when I try to submit the workflow, I receive:
When I attempt to resolve this by defining an output artifact on
artifact-nested
, I get:If I switch the referenced template in my workflow to
artifact-direct
, then it works as expected. Should I be able to reference a nested artifact from a workflowtemplate? Or are workflow templates supposed to be used as single (non-step) entities?Thanks,
Beta Was this translation helpful? Give feedback.
All reactions