I am learning to create an ADF enterprise application. I have separated my apps in jar modules as described by Sten E. Vesterli in Developing Web application with ADF. I have two jars that contain two taskflows. How do I link the two in my main app so that after login the button takes me to the DashTaskFlow?
LoginApp has an AuthTaskflow and Dashboard has a DashTaskflow.