argoproj / argoproj/argo-workflows
Support ValueFrom.Expression on Workflow level argument
- Dominant language
- Go
- Stars
- 17k
- Forks
- 3.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 138
Description
# Summary
```yaml
apiVersion: argoproj.io/v1alpha1
kind: Workflow
metadata:
generateName: demo-
spec:
arguments:
parameters:
- name: var
valueFrom:
expression: "name-{{=sprig.randAlphaNum(5)}}"
```
What change needs making?
# Use Cases
When would you use this?
---
**Message from the maintainers**:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
Contributor guide
Research direction
The issue provides a Workflow YAML example using valueFrom.expression on a workflow-level parameter, but names no files, tests, or entry points. Trace how workflow-level arguments are evaluated, then verify that the expression resolves successfully and add coverage for the shown use case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100