Implementing the approval logic and responding to the client
Implement the conditions to approve a loan and create the
user interfaces.
Lessons in this module
- Defining the business rules for automatic approval
Implement a set of rules that the bank will use to enforce
its policy for loan applications. You will use a rule group component
to specify a set of rules that, when evaluated, determine whether
the loan should be automatically approved.
- Defining dynamic rules
In our scenario, we want to approve the loan if the loan
amount is less than $50 000. In addition, we want to allow changes
to the loan amount threshold after the rules have been deployed to
the runtime environment.
- Defining the implementation for manual approval
Create the implementation for the ManualApproval human
task.
- Generating user interfaces
Create a user interface for customers to use to apply for
loans and another user interface for loan officers to interact with
the loan requests.