is it possible to update a cron workflow in argo via api ? #8606
-
I tried to update a workflow created via API by first fetching the current cron workflow and sending a PUT request using the response obtained via GET call(after only changing the workflow spec), is this the approach supported, where did i go wrong?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Make sure the spec after you modified is still valid? |
Beta Was this translation helpful? Give feedback.
-
You should never update cron workflow. It can result in the workflow not being scheduled. |
Beta Was this translation helpful? Give feedback.
-
v3.6.0 support |
Beta Was this translation helpful? Give feedback.
Make sure the spec after you modified is still valid?