Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Defines by which selection criterion to activate or suspend jobs. This selection criterion are mutually exclusive and can only be on of:
jobDefinitionIdprocessDefinitionIdprocessInstanceIdprocessDefinitionKey
The job definition id of the jobs to activate or suspend.
The process definition id of the jobs to activate or suspend.
The process instance id of the jobs to activate or suspend.
The process definition key of the jobs to activate or suspend.
Only activate or suspend jobs of a process definition which belongs to a tenant
with the given id. Works only when selecting with processDefinitionKey.
Only activate or suspend jobs of a process definition which belongs to no tenant.
Value may only be true, as false is the default behavior. Works only when selecting with processDefinitionKey.
A Boolean value which indicates whether to activate or suspend a given instance (e.g. process instance, job, job definition, or batch). When the value is set to true, the given instance will be suspended and when the value is set to false, the given instance will be activated.
Response
Request successful. This method returns no content.