< Previous | Next >

Creating the process implementation

The LoanAprovalProcess is a business process component that contains the business logic for the loan application.

To create and edit the loan application business process which is represented visually as a series of activities, and modeled using Business Process Execution Language (BPEL), you will use the process editor and complete the following steps:
  1. Receive the loan request
  2. Perform an automatic approval request if the loan amount requested is less than $50 000
  3. Manually process the request as a bank employee
  4. Send a response to the bank customer
To generate the LoanApprovalProcess component, which is the process in this application, complete the following steps:
  1. Right-click the LoanApprovalProcess component.
  2. From the menu, select Generate Implementation. The Generate Implementation window opens.
  3. In the navigation tree, click LoanApplicationModule and click OK. The process editor opens showing a basic business process.
    New process

Feedback

(C) Copyright IBM Corporation 2005, 2008. All Rights Reserved.

< Previous | Next >