For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Modify process instances (batch)Added in 8.8

POST 

/process-instances/modification

Strongly Consistent About endpoint data consistency

Modify multiple process instances. Since only process instances with ACTIVE state can be modified, any given filters for state are ignored and overridden during this batch operation. In contrast to single modification operation, it is not possible to add variable instructions or modify by element key. It is only possible to use the element id of the source and target. This is done asynchronously, the progress can be tracked using the batchOperationKey from the response and the batch operation status endpoint (/batch-operations/{batchOperationKey}).

Required permissions

When authorization is enabled, this endpoint requires the following permission. See resources and permissions to learn more.

Resource typePermission
BATCHCREATE or CREATE_BATCH_OPERATION_MODIFY_PROCESS_INSTANCE

Request

Responses

The batch operation request was created.