Time for action – adding a bounded task flow to EmpDirectoryApplication
So let us see how to add a bounded task flow to the application:
Right-click on
the web content
folder and select the New option from the menu. The New Gallery window can be accessed by navigating to File | New also.Under the Web Tier section, select the JSF/Facelets category.
Scroll down to select the ADF Page Flow and click on the OK button. The Create Task Flow window is to be displayed to the user.
Provide the file name as
createEmployeeFlow.xml
.Locate the directory where you want to store the task flow file.
Check the Create as Bounded Task Flow option to create the task flow as a bounded task flow. Later, we have an option to toggle between the task flow types.
The task flow id is the same as the flow name, which will uniquely identify the task flow.
Check the Create with Page Fragments option to allow the creation of page fragments inside the task flow. Page fragments are small units of information in an incomplete...