Uses of Class
io.nflow.engine.service.WorkflowInstanceService
-
Packages that use WorkflowInstanceService Package Description io.nflow.engine io.nflow.engine.internal.executor io.nflow.engine.internal.workflow -
-
Uses of WorkflowInstanceService in io.nflow.engine
Methods in io.nflow.engine that return WorkflowInstanceService Modifier and Type Method Description WorkflowInstanceServiceNflowEngine. getWorkflowInstanceService() -
Uses of WorkflowInstanceService in io.nflow.engine.internal.executor
Constructors in io.nflow.engine.internal.executor with parameters of type WorkflowInstanceService Constructor Description WorkflowStateProcessorFactory(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 WorkflowInstanceService Modifier and Type Field Description protected WorkflowInstanceServiceMaintenanceWorkflowStarter. instanceServiceConstructors in io.nflow.engine.internal.workflow with parameters of type WorkflowInstanceService Constructor Description MaintenanceWorkflowStarter(Environment env, WorkflowInstanceService instanceService, WorkflowInstanceFactory workflowInstanceFactory)StateExecutionImpl(WorkflowInstance instance, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, WorkflowInstanceService workflowInstanceService)
-