Once I install, I like to do a simple test to see if everything is ok. So here's a very simple BPM demo.
In this very simple scenario, a user with the role SalesRep will enter an order. This order will then be written to a file.
Creating the BPM application
Create a new BPM Application in JDeveloper 11.1.1.3



Create the Order Data Object



myOrder.xsd is available at Appendix A

Create a new Process Data Object based on Order

Define Process Role - SalesRep
Map SalesRep role to user weblogic
Do the same for the role Process Owner
Create the Write2File Service
Drag & Drop a File Adapter to the External References lane
Return to BPM design time. Write2File has been automatically added as
an external service.
Configure Write2File Implementation
Implement the Human Task
Task Data Mapping
No mapping is required for EnterOrder as this is the initiating task.
For Write to File --> Map as follows
Deploy
Test
Go to http://localhost:8001/bpm/workspace
Enter login credentials (weblogic/welcome1)