Historic Process Instance
📄️ Get List
Queries for historic process instances that fulfill the given parameters.
📄️ Get List (POST)
Queries for historic process instances that fulfill the given parameters.
📄️ Get List Count
Queries for the number of historic process instances that fulfill the given parameters.
📄️ Get List Count (POST)
Queries for the number of historic process instances that fulfill the given parameters.
📄️ Delete Async (POST)
Delete multiple historic process instances asynchronously (batch).
📄️ Get Duration Report
Retrieves a report about the duration of completed process instances, grouped by a period.
📄️ Set Removal Time Async (POST)
Sets the removal time to multiple historic process instances asynchronously (batch).
📄️ Delete
Deletes a process instance from the history by id.
📄️ Get
Retrieves a historic process instance by id, according to the `HistoricProcessInstance` interface in the engine.
📄️ Delete Variable Instances
Deletes all variables of a process instance from the history by id.