Open tooptoop4 opened 4 days ago
want id in x OR id in y
https://argo-workflows.readthedocs.io/en/latest/node-field-selector/ mentions commas would act as an AND
but what i found is that ALL nodes get retried if i pass id=x,id=y
part is related to https://github.com/argoproj/argo-workflows/issues/12543 / https://github.com/argoproj/argo-workflows/pull/12553
want id in x OR id in y
https://argo-workflows.readthedocs.io/en/latest/node-field-selector/ mentions commas would act as an AND
but what i found is that ALL nodes get retried if i pass id=x,id=y