Implementing business rules, a Java™ component, and human
tasks
Implement the conditions to approve a loan and the needed interaction
by people involved.
Lessons in this module
- Creating and using business rules
Create a group of rules that the bank will use to enforce its policy for loan applications. You will use these rules to send a response to the business process after the LoanLimits rule group is invoked, indicating if an applicant's credit rating is good enough to have the loan approved, or if a loan amount qualifies for automatic approval.
- Implementing the CreditCheck Java™ Component
The CreditCheck component will have a Java implementation that generates a credit score using the taxPayerId of an applicant. Instead of editing the Java that is being generated and creating the implementation yourself, you will take a shortcut by importing the Java implementation.
- Implementing the human tasks
Human tasks are activities in the business process that people must perform, such as contacting a customer after an application is declined or when the loan amount is very large.