Dynamic allocation of Job Priority

Hi,

Let’s say I have around 10 process models, each model having it’s own job priority.
Here I am assuming that the, ‘Job Priority’ is the order in which the process/job executes(correct me if I am wrong).

Is it possible to override the priority of the job during run time using Camunda REST API using c#?

Sure,
You can implement this rest call in C# pretty easily Set Job Priority | docs.camunda.org

1 Like

Thank you, I will try this.