Class WorkflowInstanceFactory
java.lang.Object
io.nflow.engine.workflow.instance.WorkflowInstanceFactory
Factory to create workflow instances.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowInstanceFactory
(io.nflow.engine.internal.workflow.ObjectStringMapper objectMapper) Create a workflow instance factory. -
Method Summary
Modifier and TypeMethodDescriptionReturn a new workflow instance builder.
-
Constructor Details
-
WorkflowInstanceFactory
@Inject public WorkflowInstanceFactory(io.nflow.engine.internal.workflow.ObjectStringMapper objectMapper) Create a workflow instance factory.- Parameters:
objectMapper
- The object mapper to be used to serialize and deserialize the state variables.
-
-
Method Details
-
newWorkflowInstanceBuilder
Return a new workflow instance builder.- Returns:
- Workflow instance builder.
-