Class TestExampleModuleActivity

java.lang.Object
org.broadleafcommerce.core.workflow.BaseActivity<ProcessContext<? extends Object>>
org.broadleafcommerce.core.workflow.state.test.TestExampleModuleActivity
All Implemented Interfaces:
Activity<ProcessContext<? extends Object>>, ModuleActivity, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.core.Ordered

public class TestExampleModuleActivity extends BaseActivity<ProcessContext<? extends Object>> implements ModuleActivity
Pass-through activity to test that a workflow with a ModuleActivity marker interface in it performs correctly
Author:
Phillip Verheyden (phillipuniverse)