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 retrieved.
Response
Request successful.
The id of the job definition.
The id of the process definition this job definition is associated with.
The key of the process definition this job definition is associated with.
The id of the activity this job definition is associated with.
The type of the job which is running for this job definition. See the User Guide for more information about job types.
The configuration of a job definition provides details about the jobs which will be created. For example: for timer jobs it is the timer configuration.
The execution priority defined for jobs that are created based on this definition.
May be null when the priority has not been overridden on the job
definition level.
Indicates whether this job definition is suspended or not.
The id of the tenant this job definition is associated with.
The id of the deployment this job definition is related to. In a deployment-aware setup, this leads to all jobs of the same definition being executed on the same node.