Package io.nflow.engine.service
Class MaintenanceConfiguration
java.lang.Object
io.nflow.engine.service.MaintenanceConfiguration
Configuration for all maintenance operations.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilds MaintenanceConfiguration objects.static classConfiguration for a single maintenance operation. -
Field Summary
FieldsModifier and TypeFieldDescriptionConfiguration for archiving old workflow instances.Configuration for deleting old workflow instances from archive tables.final org.joda.time.ReadablePeriodDelete workflow executors that have expired [given period] ago.Configuration for deleting old workflow instances from main tables. -
Method Summary
-
Field Details
-
archiveWorkflows
Configuration for archiving old workflow instances. -
deleteArchivedWorkflows
Configuration for deleting old workflow instances from archive tables. -
deleteWorkflows
Configuration for deleting old workflow instances from main tables. -
deleteExpiredExecutorsOlderThan
public final org.joda.time.ReadablePeriod deleteExpiredExecutorsOlderThanDelete workflow executors that have expired [given period] ago.
-