3.10 Create Custom Task Flows
JDeveloper can be used to create custom task flows that can be included in the application.
A task flow is a set of ADF Controller activities, control flow rules, and managed beans that interact to allow a user to complete a task. Although conceptually similar, a task flow is not the same as a human task, a task in the worklist, or a process flow.
Task: Create a Custom Task Flow
A custom task flow can be created in JDeveloper using the New Gallery, and then its activities defined using the task flow diagram editor. In the Application Navigator, right-click the project that has to be added to the task flow, and choose New. Then in the New Gallery, expand Web Tier, and click JSF/Facelets. Then select ADF Task Flow, and click OK. In the Create Task Flow dialog, specify the details about the type of task flow that needs to be created. Click OK and the task flow is created and displayed in the diagram editor.
Parent topic: Application Artifacts