From the Projects window, right-click your new project and select New -> Business Process from the shortcut menu.
Rename your new business process to bpUpdate.
Add the following activities to the bpTableSelect Business Process canvas.
FileClient.Receive (CAPS Components Library -> Adapters -> File -> FileClient)
FileClient.Write
FileClient.Write
DB_EMPLOYEEUpdate (prjDB2_BPEL -> otdALL -> otdDB2)
Connect the following activities: (See image below for details)
Start -> FileClient.receive
FileClient.receive -> FileClient.write
FileClient.write -> otdDB2.DB_EMPLOYEEUpdate
otdDB2.DB_EMPLOYEEUpdate -> FileClient.write
FileClient.write -> End
Save your project.
For your next step, see Using Business Process Designer to Create Business Rules.