Uses of Class
io.nflow.engine.workflow.instance.WorkflowInstanceFactory
Packages that use WorkflowInstanceFactory
-
Uses of WorkflowInstanceFactory in io.nflow.engine.internal.dao
Constructors in io.nflow.engine.internal.dao with parameters of type WorkflowInstanceFactoryModifierConstructorDescriptionWorkflowInstanceDao(SQLVariants sqlVariants, JdbcTemplate nflowJdbcTemplate, TransactionTemplate transactionTemplate, NamedParameterJdbcTemplate nflowNamedParameterJdbcTemplate, ExecutorDao executorDao, WorkflowInstanceExecutor workflowInstanceExecutor, WorkflowInstanceFactory workflowInstanceFactory, Environment env) -
Uses of WorkflowInstanceFactory in io.nflow.engine.internal.workflow
Fields in io.nflow.engine.internal.workflow declared as WorkflowInstanceFactoryModifier and TypeFieldDescriptionprotected final WorkflowInstanceFactoryMaintenanceWorkflowStarter.workflowInstanceFactoryConstructors in io.nflow.engine.internal.workflow with parameters of type WorkflowInstanceFactoryModifierConstructorDescriptionMaintenanceWorkflowStarter(Environment env, WorkflowInstanceService instanceService, WorkflowInstanceFactory workflowInstanceFactory)