Skip to content

workflowStepRef not working with Output Parameter #11548

Closed Locked Answered by agilgur5
pravinparab asked this question in Q&A
Discussion options

You must be logged in to vote

valueFrom does not seem to have a field named workflowStepRef. Was there an example you borrowed the syntax from?

An equivalent way of retrieving that value would be to use an expression. Following this example, you could do:

# ...
        arguments:
          parameters:
          - name: output-value
            value: "{{steps.step-a.outputs.parameters.output-parameter-example-step-a}}"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/spec Changes to the workflow specification. type/support User support issue - likely not a bug solution/invalid This is incorrect. Also can be used for spam
2 participants