-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Supplied valueFrom ignores defaults after duration elapsed #12230
Comments
argo-workflows/workflow/controller/operator.go Lines 3355 to 3372 in ec5b5d5
Node is marked to |
"{{steps.approve.outputs.parameters.message}}" can not be resolved when |
…ixes argoproj#12230 Signed-off-by: oninowang <[email protected]>
…ixes argoproj#12230 Signed-off-by: oninowang <[email protected]>
…ixes argoproj#12230 Signed-off-by: oninowang <[email protected]>
Signed-off-by: oninowang <[email protected]>
…ixes argoproj#12230 Signed-off-by: oninowang <[email protected]>
…ixes #12230 (#12960) Signed-off-by: oninowang <[email protected]> (cherry picked from commit 3df05eb)
Pre-requisites
:latest
What happened/what you expected to happen?
If the following WF is executed, the default value should be output to
outputs.message
after the duration of the approval step, but it is not.The actual output is a template message "{{steps.approve.outputs.parameters.message}}".
This is the same issue as this discussion.
#7905
Expected output
Actual output
Version
v3.5.0
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: