根据Id设置Job定义优先级
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.
Documentation Index
Fetch the complete documentation index at: https://docs.eorion.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The id of the job definition to be updated.
Body
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.
Response
Request successful. This method returns no content.