Uses of Class
io.nflow.engine.internal.dao.WorkflowInstanceDao
-
Packages that use WorkflowInstanceDao Package Description io.nflow.engine.internal.executor io.nflow.engine.internal.workflow io.nflow.engine.service 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 WorkflowInstanceDao Constructor Description WorkflowDispatcher(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 WorkflowInstanceDao Constructor Description StateExecutionImpl(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 WorkflowInstanceDao Constructor Description WorkflowInstanceService(WorkflowInstanceDao workflowInstanceDao, WorkflowDefinitionService workflowDefinitionService, WorkflowInstancePreProcessor workflowInstancePreProcessor)
-