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:
- Receive the loan request
- Perform an automatic approval request if the loan amount requested
is less than $50 000
- Manually process the request as a bank employee
- Send a response to the bank customer
To generate the LoanApprovalProcess component, which
is the process in this application, complete the following steps:
- Right-click the LoanApprovalProcess component.
- From the menu, select Generate Implementation.
The Generate Implementation window opens.
- In the navigation tree, click LoanApplicationModule and
click OK. The process editor opens showing
a basic business process.