@Component public class WorkflowInstanceFactory extends Object
| Constructor and Description |
|---|
WorkflowInstanceFactory(ObjectStringMapper objectMapper)
Create a workflow instance factory.
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowInstance.Builder |
newWorkflowInstanceBuilder()
Return a new workflow instance builder.
|
@Inject public WorkflowInstanceFactory(ObjectStringMapper objectMapper)
objectMapper - The object mapper to be used to serialize and deserialize the
state variables.public WorkflowInstance.Builder newWorkflowInstanceBuilder()
Copyright © 2014–2020 Nitor Creations. All rights reserved.