Closed zloof closed 1 month ago
Similar to #10571 and #13612.
Priority
should also be marked as DEPRECATED
like #8762.
deprecated? but its used to make some workflows run ahead of others
Sorry I didn't make it clear, I meant the template-level priority.
Closing as duplicate of #10571 per above.
@jswxstw as a Member you have permissions to close issues and add labels now
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?
I am trying to set the
spec.priority
via "Parameterization" (sensor template) https://argoproj.github.io/argo-events/tutorials/02-parameterization/ thespec.priority
expecting only INT but when using the parameter, it only allow to set a STRINGExample of the parameter :
The Workflow was submitted to the K8S with Failed status:
cannot unmarshal spec: unrecognized type: int32
spec.priority
to"4"
(string)Thank in advance
Version(s)
workflow-controller:v3.5.10,argo-events:v1.9.2
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Example of the parameter :
Logs from the workflow controller
Logs from in your workflow's wait container