Uses of Class
com.broadleafcommerce.orchestration.config.WorkflowConfiguration
Packages that use WorkflowConfiguration
Package
Description
-
Uses of WorkflowConfiguration in com.broadleafcommerce.orchestration.client
Methods in com.broadleafcommerce.orchestration.client with parameters of type WorkflowConfigurationModifier and TypeMethodDescriptionvoidSimpleWorkflowExecution.initialize(String name, String id, WorkflowConfiguration workflowConfiguration) -
Uses of WorkflowConfiguration in com.broadleafcommerce.orchestration.spring
Methods in com.broadleafcommerce.orchestration.spring with parameters of type WorkflowConfigurationModifier and TypeMethodDescriptionAutoConfiguration.simpleWorkflowFactory(org.springframework.beans.factory.ObjectProvider<SimpleWorkflowExecution> provider, WorkflowConfiguration workflowConfiguration) Constructors in com.broadleafcommerce.orchestration.spring with parameters of type WorkflowConfigurationModifierConstructorDescriptionSimpleWorkflowFactory(org.springframework.beans.factory.ObjectProvider<SimpleWorkflowExecution> workflowProvider, WorkflowConfiguration workflowConfiguration)