Dag Template does not work properly when executing Workflow level Retry settings and Hook settings. #14058
Open
4 tasks done
Labels
area/controller
Controller issues, panics
area/hooks
area/retryStrategy
Template-level retryStrategy
type/bug
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
We created a workflow by setting Retry and Hook at the Workflow level in the DAG Task example provided by Argo Workflow. As the DAG template did not operate properly, the first DAG template attempted did not fail, but a new DAG template was executed as a Running Hook child node. Additionally, although the Workflow status has become Success, the status of the DAG template that was initially started and B and C continue to remain in the Running status and do not change.
Version(s)
latest, 3.6.2
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflow 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: