Uses of Class
io.nflow.engine.internal.dao.WorkflowInstanceDao
Packages that use WorkflowInstanceDao
Package
Description
Services for for managing and querying nFlow engine during runtime.
-
Uses of WorkflowInstanceDao in io.nflow.engine.internal.executor
Constructors in io.nflow.engine.internal.executor with parameters of type WorkflowInstanceDaoModifierConstructorDescriptionWorkflowDispatcher(WorkflowInstanceExecutor executor, WorkflowInstanceDao workflowInstances, WorkflowStateProcessorFactory stateProcessorFactory, WorkflowDefinitionService workflowDefinitions, ExecutorDao executorDao, DispatcherExceptionAnalyzer exceptionAnalyzer, NflowLogger nflowLogger, Environment env) WorkflowStateProcessorFactory(WorkflowDefinitionService workflowDefinitions, WorkflowInstanceService workflowInstances, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowInstanceDao, MaintenanceDao maintenanceDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, NflowLogger nflowLogger, StateSaveExceptionAnalyzer stateSaveExceptionAnalyzer, Environment env) -
Uses of WorkflowInstanceDao in io.nflow.engine.internal.workflow
Constructors in io.nflow.engine.internal.workflow with parameters of type WorkflowInstanceDaoModifierConstructorDescriptionStateExecutionImpl(WorkflowInstance instance, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, WorkflowInstanceService workflowInstanceService) WorkflowInstancePreProcessor(WorkflowDefinitionService workflowDefinitionService, WorkflowInstanceDao workflowInstanceDao) -
Uses of WorkflowInstanceDao in io.nflow.engine.service
Constructors in io.nflow.engine.service with parameters of type WorkflowInstanceDaoModifierConstructorDescriptionWorkflowInstanceService(WorkflowInstanceDao workflowInstanceDao, WorkflowDefinitionService workflowDefinitionService, WorkflowInstancePreProcessor workflowInstancePreProcessor)