Uses of Class
io.nflow.engine.service.MaintenanceConfiguration
Packages that use MaintenanceConfiguration
Package
Description
Services for for managing and querying nFlow engine during runtime.
-
Uses of MaintenanceConfiguration in io.nflow.engine.internal.workflow
Fields in io.nflow.engine.internal.workflow declared as MaintenanceConfigurationModifier and TypeFieldDescriptionprotected MaintenanceConfigurationMaintenanceWorkflowStarter.initialConfiguration -
Uses of MaintenanceConfiguration in io.nflow.engine.service
Methods in io.nflow.engine.service that return MaintenanceConfigurationModifier and TypeMethodDescriptionMaintenanceConfiguration.Builder.build()Build MaintenanceConfiguration object.Methods in io.nflow.engine.service with parameters of type MaintenanceConfigurationModifier and TypeMethodDescriptionMaintenanceService.cleanupWorkflows(MaintenanceConfiguration configuration) Cleans up old (whose modified time is earlier thanolderThanPeriodparameter) and passive (that do not havenextActivation) workflows. -
Uses of MaintenanceConfiguration in io.nflow.engine.workflow.curated
Methods in io.nflow.engine.workflow.curated with parameters of type MaintenanceConfigurationModifier and TypeMethodDescriptionMaintenanceWorkflow.doWork(StateExecution execution, MaintenanceConfiguration conf) Clean up old workflow instances.