Uses of Class
io.nflow.engine.service.MaintenanceConfiguration
-
Packages that use MaintenanceConfiguration Package Description io.nflow.engine.internal.workflow io.nflow.engine.service Services for for managing and querying nFlow engine during runtime.io.nflow.engine.workflow.curated -
-
Uses of MaintenanceConfiguration in io.nflow.engine.internal.workflow
Fields in io.nflow.engine.internal.workflow declared as MaintenanceConfiguration Modifier and Type Field Description protected MaintenanceConfigurationMaintenanceWorkflowStarter. initialConfiguration -
Uses of MaintenanceConfiguration in io.nflow.engine.service
Methods in io.nflow.engine.service that return MaintenanceConfiguration Modifier and Type Method Description MaintenanceConfigurationMaintenanceConfiguration.Builder. build()Build MaintenanceConfiguration object.Methods in io.nflow.engine.service with parameters of type MaintenanceConfiguration Modifier and Type Method Description MaintenanceResultsMaintenanceService. 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 MaintenanceConfiguration Modifier and Type Method Description NextActionMaintenanceWorkflow. doWork(StateExecution execution, MaintenanceConfiguration conf)Clean up old workflow instances.
-