Creating Task Form sequence flow
In this section, you will create multiple Task Forms in a task flow. These Task Forms will be in sequence. You have already witnessed creation of task flow. There, you have a Create Train checkbox. You will select this option to create a task flow that allows a sequential flow of pages. You will do it for EnterQuoteUI, however you can repeat the same for BusinessAnalystUI, Approve Terms/Deal, and Finalize Contracts, too.
How to do it...
In this section, you will create a Task Form sequence flow:
1. Open JDeveloper in the default role.
2. Delete the pre-existing EnterQuoteUI project.
3. Create a new project by selecting New | Generic Project, and name it EnterQuoteUI.
4. Click Finish.
5. This will create Empty Project in the application navigator.
6. Right-click the EnterQuoteUI project and select New. This will open the new gallery.
7. Select the All Technologies tab and go to Web Tier | JSF, select the ADF Task flow Based on Human Task item and click OK.
8. In the...