How to Specify Routing Settings The Event Driven tab contains a limited set of

26-74 Modeling and Implementation Guide for Oracle Business Process Management 4. If you run your application on a non-SOA server, perform the steps listed in Section 26.5.5.1.1, How to Deploy a Human Task Detail Page on a Remote Non-SOA Server. Otherwise, continue to step 5. 5. Create a .jspx page. You can name it something like testSample.jspx.

6. Choose adflibTaskListFlow.jar from the Component Palette, and drag

Tasklist-flow-definition onto the.jspx page as a region. The Edit Task Flow Binding dialog displays. Figure 26–89 Edit Task Flow Binding Dialog Example 26–7 shows what is created in testSamplePagedef.xml. Example 26–7 testSamplePagedef.xml Code taskFlow id=taskListtaskflowdefinition1 taskFlowId=WEB-INFtaskList-task-flow-definition.xml taskList-task-flow-definition xmlns=http:xmlns.oracle.comadfcontrollerbinding parameters parameter id=federatedMode value=true xmlns=http:xmlns.oracle.comadfmuimodel parameter id=showServerColumn value=true xmlns=http:xmlns.oracle.comadfmuimodel parameters taskFlow

7. Add the following shared libraries to weblogic-application.xml:

library-ref library-nameoracle.soa.workflowlibrary-name library-ref

8. From the Edit WAR Deployment Profile Properties dialog, select the following:

■ adflibTaskListTaskFlow.jar ■ adflibWorklistComponents.jar Note: Add the libraries appropriately if you have oracle.soa.workflow.wc installed on your server. Using Approval Management 26-75 ■ wsrp-container.jar.

9. From the Level menu, choose Secure Configure ADF Security to secure the

application, as shown in Figure 26–90 . Figure 26–90 Securing the Application 10. From the Configure ADF Security dialog, do the following:

a. Select ADF Authentication.

b. Select HTTP Basic Authentication.

c. Click Finish.

11. If you are using the task flow in the federated mode, see Section 26.5.5.1.2, How to Use the Task Flow in the Federated Mode, for additional steps you must perform. Otherwise, continue to step 12. 12. Create an EAR deployment profile, build an ear and deploy it. 13. Go to the following URL: http:server:portTaskListTaskFlowSample-ViewController-cont ext-rootfacestestSample.jspx . 14. From the popup dialog that displays, log in as any user. The task list for that user displays. The dropdown list contains all available servers. Selecting any combination of servers refreshes the task list to display all tasks that belong to those servers. If showServerColumn was passed as true, the server column, indicating the server to which the task belongs, displays in the task.