@Component public class WorkflowStateProcessorFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected WorkflowExecutorListener[] |
listeners |
| Constructor and Description |
|---|
WorkflowStateProcessorFactory(WorkflowDefinitionService workflowDefinitions,
WorkflowInstanceService workflowInstances,
ObjectStringMapper objectMapper,
WorkflowInstanceDao workflowInstanceDao,
MaintenanceDao maintenanceDao,
WorkflowInstancePreProcessor workflowInstancePreProcessor,
Environment env) |
| Modifier and Type | Method and Description |
|---|---|
io.nflow.engine.internal.executor.WorkflowStateProcessor |
createProcessor(long instanceId) |
int |
getPotentiallyStuckProcessors() |
@Autowired(required=false) protected WorkflowExecutorListener[] listeners
@Inject public WorkflowStateProcessorFactory(WorkflowDefinitionService workflowDefinitions, WorkflowInstanceService workflowInstances, ObjectStringMapper objectMapper, WorkflowInstanceDao workflowInstanceDao, MaintenanceDao maintenanceDao, WorkflowInstancePreProcessor workflowInstancePreProcessor, Environment env)
Copyright © 2014–2020 Nitor Creations. All rights reserved.