.........perhaps a single large workflow could be declared for multiple configurations of a ProcessContext.
Does the above mean something which the code snippet (I created) suggests below: (if not, please explain)
Code: Select all
<bean id="blCheckoutWorkflow" class="org.broadleafcommerce.core.workflow.SequenceProcessor">
<property name="processContextFactory">
<list>
<bean class="org.broadleafcommerce.core.checkout.service.workflow.CheckoutProcessContextFactory"/>
<bean class="org.broadleafcommerce.core.checkout.service.workflow.SomeOtherProcessContextFactory"/>
<list>
</property>
..........
</bean>