Hey everyone! Is there a way to pass environment v...
# ask-metaflow
q
Hey everyone! Is there a way to pass environment variables when triggering an argo workflow through
argo-workflows trigger
? It was possible when triggering AWS Step Functions but now we're migrating to kubernetes and I would like to pass an env var to a workflow. I found a way to do via
@environment
decorator but it has to be defined for every step. Is there a way to pass a variable to every step in workflow? Thanks
1