Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
A list of process instance ids which defines a group of process instances which will be activated or suspended by the operation.
A process instance query which defines a group of process instances
A historic process instance query which defines a group of historic process instances
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.
The id of the batch.
The type of the batch. See the User Guide for more information about batch types.
The total jobs of a batch is the number of batch execution jobs required to complete the batch.
The number of batch execution jobs already created by the seed job.
The number of batch execution jobs created per seed job invocation.
The batch seed job is invoked until it has created all batch execution jobs required by the batch
(see totalJobs property).
Every batch execution job invokes the command executed by the batch invocationsPerBatchJob times.
E.g., for a process instance migration batch this specifies the number of process instances which are migrated per batch execution job.
The job definition id for the seed jobs of this batch.
The job definition id for the monitor jobs of this batch.
The job definition id for the batch execution jobs of this batch.
Indicates whether this batch is suspended or not.
The tenant id of the batch.
The id of the user that created the batch.
The time the batch was started. Default format yyyy-MM-dd'T'HH:mm:ss.SSSZ. For further information,
please see the [documentation] (https://docs.camunda.org/manual/7.22/reference/rest/overview/date-format/)
The time the batch execution was started, i.e., at least one batch job has been executed. Default
format yyyy-MM-dd'T'HH:mm:ss.SSSZ. For further information, please see the [documentation]
(https://docs.camunda.org/manual/7.22/reference/rest/overview/date-format/)