Class WorkflowInstanceFactory


  • @Component
    public class WorkflowInstanceFactory
    extends Object
    Factory to create workflow instances.
    • Constructor Detail

      • WorkflowInstanceFactory

        @Inject
        public WorkflowInstanceFactory​(ObjectStringMapper objectMapper)
        Create a workflow instance factory.
        Parameters:
        objectMapper - The object mapper to be used to serialize and deserialize the state variables.
    • Method Detail

      • newWorkflowInstanceBuilder

        public WorkflowInstance.Builder newWorkflowInstanceBuilder()
        Return a new workflow instance builder.
        Returns:
        Workflow instance builder.