Class OrderOperationServiceAutoConfiguration.WorkflowConfiguration
java.lang.Object
com.broadleafcommerce.orderoperation.service.autoconfigure.OrderOperationServiceAutoConfiguration.WorkflowConfiguration
- Enclosing class:
- OrderOperationServiceAutoConfiguration
@Configuration
@EnableConfigurationProperties(WorkflowGenerationProperties.class)
@ConditionalOnExpression("${broadleaf.subscription.enabled:false} or ${broadleaf.workflow.enabled:false}")
public static class OrderOperationServiceAutoConfiguration.WorkflowConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionworkflowGenerationService(com.broadleafcommerce.orchestration.service.provider.external.WorkflowProvider provider, WorkflowGenerationProperties properties)
-
Constructor Details
-
WorkflowConfiguration
public WorkflowConfiguration()
-
-
Method Details
-
workflowGenerationService
@Bean @ConditionalOnMissingBean public WorkflowGenerationService workflowGenerationService(com.broadleafcommerce.orchestration.service.provider.external.WorkflowProvider provider, WorkflowGenerationProperties properties)
-