You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my workflow I would have a big DAG, and because the world isnt everyday great, some node may fail.
In such case I would need to retry a node and I may want to override one of the parameter that was given to it from upper nodes.
In this image it shows a successful node, but it does not matter, the override window does not propose te retry the last node with any other parameter.
I would expect "hello2a" to be overridden with another "message"
I know that I can add a workflow parameter, and then use {{workflow.parameters.message}}, but that is irrelevent inmy use case as make jobs shares the same parameter name with different value. And also some parameters are generated from intermediary steps.
Is that an expected behavior ? Or am I doing something wrong ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
In my workflow I would have a big DAG, and because the world isnt everyday great, some node may fail.
In such case I would need to retry a node and I may want to override one of the parameter that was given to it from upper nodes.
In this image it shows a successful node, but it does not matter, the override window does not propose te retry the last node with any other parameter.

I would expect "hello2a" to be overridden with another "message"
I know that I can add a workflow parameter, and then use
{{workflow.parameters.message}}
, but that is irrelevent inmy use case as make jobs shares the same parameter name with different value. And also some parameters are generated from intermediary steps.Is that an expected behavior ? Or am I doing something wrong ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions