Class WorkflowInstancePreProcessor
- java.lang.Object
-
- io.nflow.engine.internal.workflow.WorkflowInstancePreProcessor
-
@Component public class WorkflowInstancePreProcessor extends Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowInstancePreProcessor(WorkflowDefinitionService workflowDefinitionService, WorkflowInstanceDao workflowInstanceDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowInstanceprocess(WorkflowInstance instance)
-
-
-
Constructor Detail
-
WorkflowInstancePreProcessor
@Inject public WorkflowInstancePreProcessor(WorkflowDefinitionService workflowDefinitionService, WorkflowInstanceDao workflowInstanceDao)
-
-
Method Detail
-
process
public WorkflowInstance process(WorkflowInstance instance)
-
-