public interface HistoryRemovalTimeProvider
| Modifier and Type | Method and Description |
|---|---|
Date |
calculateRemovalTime(HistoricProcessInstanceEventEntity historicRootProcessInstance,
ProcessDefinition processDefinition)
Calculates the removal time of historic entities.
|
Date calculateRemovalTime(HistoricProcessInstanceEventEntity historicRootProcessInstance, ProcessDefinition processDefinition)
HistoricScopeInstanceEvent.getEndTime() is null
END: the removal time is updated simultaneously for all historic entities which belong to
the root process instance when it ends.
HistoricScopeInstanceEvent.getEndTime() is not nullhistoricRootProcessInstance - which is either in state running or endedprocessDefinition - of the historic root process instanceCopyright © 2018 camunda services GmbH. All rights reserved.