Uses of Class
io.nflow.engine.service.WorkflowInstanceService
Packages that use WorkflowInstanceService
Package
Description
-
Uses of WorkflowInstanceService in io.nflow.engine
Methods in io.nflow.engine that return WorkflowInstanceService -
Uses of WorkflowInstanceService in io.nflow.engine.internal.executor
Constructors in io.nflow.engine.internal.executor with parameters of type WorkflowInstanceServiceModifierConstructorDescriptionWorkflowStateProcessorFactory(WorkflowDefinitionService workflowDefinitions, WorkflowInstanceService workflowInstances, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowInstanceDao, MaintenanceDao maintenanceDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, NflowLogger nflowLogger, StateSaveExceptionAnalyzer stateSaveExceptionAnalyzer, Environment env) -
Uses of WorkflowInstanceService in io.nflow.engine.internal.workflow
Fields in io.nflow.engine.internal.workflow declared as WorkflowInstanceServiceModifier and TypeFieldDescriptionprotected final WorkflowInstanceServiceMaintenanceWorkflowStarter.instanceServiceConstructors in io.nflow.engine.internal.workflow with parameters of type WorkflowInstanceServiceModifierConstructorDescriptionMaintenanceWorkflowStarter(Environment env, WorkflowInstanceService instanceService, WorkflowInstanceFactory workflowInstanceFactory) StateExecutionImpl(WorkflowInstance instance, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, WorkflowInstanceService workflowInstanceService)