Anton Gilgur
Anton Gilgur
> It definitely isn't a nice solution (arguably, it is a hack) I was more just giving an possible option if we want to push the limits a bit more....
> we could potentially deconstruct the workflows into multiple key/value pairs @agilgur5, it is kind of an ugly solution but one that will work with no issues (well we might...
> I think if you are willing to use etcd directly, you should be able to do atomic writes/reads to etcd, etcd does have transactions I was thinking about this...
Removing assignee as there has been no progress. Please feel free to submit a PR without being assigned.
Noting here that this is very possible with templates, and that there is [a template](https://github.com/argoproj-labs/argo-workflows-catalog/blob/c69f0d992fc0ec5b013d5bdad6bb946047f4c4d7/templates/argocd-sync-and-wait/manifests.yaml#L4) in `argoproj-labs/argo-workflows-catalog` that does this. A plugin could have nicer UX though. > @UrielCohen456 if...
So I was looking to implement this feature, but when I went through the code (and suggestions from OP!), it seemed like this was already possible? In `workflow_types.go`, the `Template`...
> Yeah thanks for the tip @agilgur5! Awesome! Thanks for confirming! This can be closed out then 🙂 > not sure how much of those extra precautions I really needed...
> can you post an example workflow yaml for newbies like myself? Taking an [existing example](https://github.com/argoproj/argo-workflows/blob/954884d64c7b2d24a2e5fa0641a66692d182fefd/examples/arguments-parameters-from-configmap.yaml) and modifying it slightly, you can do: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Workflow metadata: generateName:...
Closing as stale as OP never responded nor made progress on the issue, which was completed by another contributor. We have also removed the mentoring template as there is not...
> * [x] 8. ui/src/app/shared/components/checkbox-filter/checkbox-filter.tsx: Completed `CheckboxFilter` as part of #11739