• How to implement different workflow/process in a Bean

    I have created a generic bean with few columns and relationships. I want to extend this bean so that depending on certain values a different class is called and different process is performed? This is what I am trying to do. - initial bean/module…