task exitCode
variable not evaluated in loop
#13129
Replies: 1 comment
-
I believe I've identified the problem: the sync task operates in a loop, which means |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Argo Workflows version: v3.5.7
Hi,
I am attempting to control the flow in a DAG based on the exit code of a task. However, it appears that the expressions are being evaluated incorrectly. Upon examining the logs of the workflow controller, I’ve noticed that the ExitCode in the Outputs of WorkflowTaskResult is consistently
nil
, regardless of the task:Also, it appears that the variable value is not being evaluated when it’s passed as a parameter:
These are the tasks that are being executed:
Beta Was this translation helpful? Give feedback.
All reactions