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

Feature request: Get inputs to previous steps easily #1586

Open
samath117 opened this issue Aug 28, 2019 · 3 comments
Open

Feature request: Get inputs to previous steps easily #1586

samath117 opened this issue Aug 28, 2019 · 3 comments
Labels
area/templating Templating with `{{...}}` type/feature Feature request

Comments

@samath117
Copy link

Just as we can access the output parameters and artifacts of previous steps/tasks using Argo variables, it would also be occasionally useful to be able to access the inputs again.

Format seems clear:

  • {{steps.<STEPNAME>.inputs.parameters.<NAME>}}
  • {{steps.<STEPNAME>.inputs.artifacts.<NAME>}}
  • {{tasks.<TASKNAME>.inputs.parameters.<NAME>}}
  • {{tasks.<TASKNAME>.inputs.artifacts.<NAME>}}
@stale

This comment was marked as resolved.

@stale stale bot added the wontfix label Jul 2, 2020
@alexec alexec added the type/feature Feature request label Jul 2, 2020
@stale stale bot removed the wontfix label Jul 2, 2020
@alexec alexec added the area/templating Templating with `{{...}}` label Feb 7, 2022
@tooptoop4
Copy link
Contributor

isn't this already implemented?

@dberardo-com
Copy link

is it possible to refer to the inputs of the entrypoint (the root task/step)?

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

No branches or pull requests

4 participants