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 job definitions. The selection criteria are mutually exclusive and can only be one of:
processDefinitionIdprocessDefinitionKey
The process definition id of the job definitions to activate or suspend.
The process definition key of the job definitions to activate or suspend.
Only activate or suspend job definitions of a process definition which belongs to a tenant with the given id.
Note that this parameter will only be considered
in combination with processDefinitionKey.
Only activate or suspend job definitions of a process definition which belongs to
no tenant. Value may only be true, as false is the default
behavior.
Note that this parameter will only be considered
in combination with processDefinitionKey.
A Boolean value which indicates whether to activate or suspend also all jobs of
the referenced job definitions. When the value is set to true, all jobs
of the provided job definitions will be activated or suspended and
when the value is set to false, the suspension state of all jobs
of the provided job definitions will not be updated.
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.