Before you start

Prepare for the tutorial by reading its description, and checking the audience and prerequisites.
In this tutorial, you work on the Miniloan Service decision service, which is used by a fictitious loan company to determine whether borrowers are eligible for loans. When the company updates its loan policies, you reflect the changes in the business rules in the decision service.

The rules in the decision service are kept in two folders:

  • Eligibility: Contains the rules that determine whether a loan can be approved.
  • Validation: Contains the rules that make preliminary checks to determine whether data is rejected immediately.

You update the decision service in the cloud portal, which has three different work environments. You modify and test the decision service in the development environment, and deploy the rules from the decision service to execution servers in the development, test, and production environments. Finally, you make the rules available to a sample client application, which uses the rules to process data.

Learning objectives

You do the following tasks:
  • Import a decision service.
  • Create a branch in a decision service.
  • Edit a decision table and create an action rule.
  • Test a decision service.
  • Deploy a RuleApp from a decision service.
  • Explore the contents of a RuleApp in an execution server console.
  • Call a ruleset from a client application by using REST.

Time required

This tutorial should take approximately 60 minutes to finish. If you explore other concepts related to this tutorial, it could take longer to complete.

Audience

The tutorial is for users who want to work on decision services in the cloud portal.

Prerequisites

You must have access to Operational Decision Manger on Cloud in a cloud portal environment.