Replies: 1 comment
-
Hi facing similar issue , Have you found any workaround for that? instead it throws me a |
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
-
I have the following workflow:
Upon submission I get
Bad Request: json: cannot unmarshal object into Go struct field DAGTemplate.workflow.spec.templates.dag.tasks of type []v1alpha1.DAGTask
, which to me implies that it's trying to evaluate the input parameter too early.I don't want to use "Workflow in Workflows" because it results in the bulk of the work being disconnected from the initiating workflow in the Argo UI.
How can I pass a dynamic DAG from a previous step?
Beta Was this translation helpful? Give feedback.
All reactions