If you need to display Oracle BPM worklist inside ADF page follow these steps:
1- Be sure ADF application is developed by JDev 11g R1.
2- In ADF project go to project properties --> Libraries and Classpath and add these libraries:
* bpm-services.jar (\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1)
* adflibTaskListTaskFlow.jar (\Middleware\jdeveloper\soa\modules\oracle.soa.worklist_11.1.1)
* adflibWorklistComponents.jar (\Middleware\jdeveloper\soa\modules\oracle.soa.worklist_11.1.1)
* WSRP Container
* BPM Worklist Components
* BPM Services
3- Make new .jspx page and from component palette select adflibTaskListTaskFlow.jar -->Regions.
4- Drag taskList-task-flow-definition from component palette and drop it in the .jspx page as region
5- From task flow parameters set these 2 parameters
oracle.soa.workflow
1- Be sure ADF application is developed by JDev 11g R1.
2- In ADF project go to project properties --> Libraries and Classpath and add these libraries:
* bpm-services.jar (\Middleware
* adflibTaskListTaskFlow.jar (\Middleware\jdeveloper\soa\modules\oracle.soa.worklist_11.1.1)
* adflibWorklistComponents.jar (\Middleware\jdeveloper\soa\modules\oracle.soa.worklist_11.1.1)
* WSRP Container
* BPM Worklist Components
* BPM Services
3- Make new .jspx page and from component palette select adflibTaskListTaskFlow.jar -->Regions.
4- Drag taskList-task-flow-definition from component palette and drop it in the .jspx page as region
5- From task flow parameters set these 2 parameters
6- In ADF application Add new deployment
Descriptor weblogic-application.xml (in ADF project right click ---> new --> Deployment Descriptor --> Weblogic Deployment Descriptor
7- From opening dialog select weblogic-application.xml
8- Open weblogic-application.xml and write
9- Now you can run ADF application and after user login you have to generate IWorkflowContext with username and password and the user will see his tasks. (In next post i will explain how to generate IWorkflowContext).