-
interface
Fluent builder to select the mode to set the removal time for historic process instances.
Sets the removal time to an absolute date.
SetRemovalTimeToHistoricProcessInstancesBuilder.byIds(String... historicProcessInstanceIds)
Selects historic decision instances by the given ids.
Selects historic process instances by the given query.
Calculates the removal time dynamically based on the respective process definition time to
live and the process engine's removal time strategy.
SetRemovalTimeToHistoricProcessInstancesBuilder.chunkSize(int chunkSize)
Defines the size of the chunks in which removal time updates are processed.
Sets the removal time to null
.
SetRemovalTimeToHistoricProcessInstancesBuilder.hierarchical()
Takes additionally those historic process instances into account that are part of
the hierarchy of the given historic process instance.
Handles removal time updates in chunks, taking into account the defined
size in removalTimeUpdateChunkSize
in the process engine
configuration.
-
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.byIds(String... ids)
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.chunkSize(int chunkSize)
SetRemovalTimeToHistoricProcessInstancesBuilderImpl.hierarchical()