Package io.nflow.engine.service
Class MaintenanceConfiguration.ConfigurationItem
java.lang.Object
io.nflow.engine.service.MaintenanceConfiguration.ConfigurationItem
- Enclosing class:
MaintenanceConfiguration
Configuration for a single maintenance operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds ConfigurationItem objects. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe batch size of the maintenance operation.final org.joda.time.ReadablePeriodItems older than (now - period) are processed.The workflow types to be processed. -
Method Summary
-
Field Details
-
olderThanPeriod
public final org.joda.time.ReadablePeriod olderThanPeriodItems older than (now - period) are processed. -
batchSize
public final int batchSizeThe batch size of the maintenance operation. -
workflowTypes
The workflow types to be processed. If empty, process all types.
-