public interface PlatformManagementService
Modifier and Type | Method and Description |
---|---|
void |
synchroniseHistoricCaseInstance(String caseInstanceId)
This will synchronise the historic state of the case instance with the given id.
|
void |
synchroniseHistoricProcessInstance(String processInstanceId)
This will synchronise the historic state of the process instance with the given id.
|
void synchroniseHistoricProcessInstance(String processInstanceId)
processInstanceId
- the id of the process instance that should be synchronisedvoid synchroniseHistoricCaseInstance(String caseInstanceId)
caseInstanceId
- the id of the case instance that should be synchronised