Sets an overriding execution priority for jobs with the given definition id.
Optionally, the priorities of all the definitions’ existing jobs are
updated accordingly. The priority can be reset by setting it to
null, meaning that a new job’s priority will not be determined based
on its definition’s priority any longer. See the
user guide on job prioritization
for details.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The id of the job definition to be updated.
The new execution priority number for jobs of the given definition. The
definition's priority can be reset by using the value null. In
that case, the job definition's priority no longer applies but a new
job's priority is determined as specified in the process model.
A boolean value indicating whether existing jobs of the given definition should
receive the priority as well. Default value is false. Can only be
true when the priority parameter is not null.
Request successful. This method returns no content.