Set Removal Time Async (POST)
POST/history/process-instance/set-removal-time
Sets the removal time to multiple historic process instances asynchronously (batch).
At least historicProcessInstanceIds or historicProcessInstanceQuery has to be provided.
If both are provided, all instances matching query criterion and instances from the list will be updated with a removal time.
Request
Responses
- 200
- 400
Request successful.
Bad Request
Request was unsuccessfull due to a bad user request. This occurs if some of the query parameters are invalid,
e. g. if neither historicProcessInstances nor historicProcessInstanceQuery is present or if no mode is specified.
See the Introduction for the error response format.