Uses of Class
io.nflow.engine.internal.executor.WorkflowInstanceExecutor
Packages that use WorkflowInstanceExecutor
Package
Description
-
Uses of WorkflowInstanceExecutor in io.nflow.engine.config
Methods in io.nflow.engine.config that return WorkflowInstanceExecutorModifier and TypeMethodDescriptionEngineConfiguration.nflowExecutor(ThreadFactory nflowThreadFactory, Environment env) Creates a workflow instance executor for processing workflow instances. -
Uses of WorkflowInstanceExecutor in io.nflow.engine.guice
Methods in io.nflow.engine.guice that return WorkflowInstanceExecutorModifier and TypeMethodDescriptionEngineModule.nflowExecutor(ThreadFactory factory, Environment env) -
Uses of WorkflowInstanceExecutor in io.nflow.engine.internal.dao
Constructors in io.nflow.engine.internal.dao with parameters of type WorkflowInstanceExecutorModifierConstructorDescriptionWorkflowInstanceDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, TransactionTemplate transactionTemplate, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, ExecutorDao executorDao, WorkflowInstanceExecutor workflowInstanceExecutor, WorkflowInstanceFactory workflowInstanceFactory, Environment env) -
Uses of WorkflowInstanceExecutor in io.nflow.engine.internal.executor
Constructors in io.nflow.engine.internal.executor with parameters of type WorkflowInstanceExecutorModifierConstructorDescriptionWorkflowDispatcher(WorkflowInstanceExecutor executor, WorkflowInstanceDao workflowInstances, WorkflowStateProcessorFactory stateProcessorFactory, WorkflowDefinitionService workflowDefinitions, ExecutorDao executorDao, DispatcherExceptionAnalyzer exceptionAnalyzer, NflowLogger nflowLogger, Environment env)