Using expressions in workflowMetadata.labelsFrom
value
#13357
-
Hey all!, Based on this example: https://github.com/argoproj/argo-workflows/blob/main/examples/label-value-from-workflow.yaml Example: WF parameter was "hello\world". running the WF with such value will cause an error. Anyway I can achieve such thing? if no - Can we open a feature request for it? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, the |
Beta Was this translation helpful? Give feedback.
Yes, the
expression
field supports all functions available to Argo expressions.