ODM: Rules, Components and Types

ODM: Rules, Components and Types

Published By : Jimmy Hewitt February 21, 2023
ODM: Rules, Components and Types

Most businesses require many rules for daily operations. Banks use rules to strike the right balance between making loans with too much risk against not making enough loans to keep their business afloat. Insurance companies have rules for determining rates based on many factors, such as a potential customer’s driving record, their location or their credit score. And retailers use rules to decide whether a customer can use coupons for certain product types and brands.

By automating repetitive decisions, businesses can save valuable time and boost productivity. Using solutions like IBM Operational Decision Manager (ODM) can help companies overcome rule-based challenges. The software allows businesses to streamline decision-making procedures. It uses rules to evaluate criteria and automatically move a decision forward.

IBM ODM uses a series of rules, components and artifacts to function. Learn more about these factors and how they impact functionality.

Watch Live Demo
What Is IBM ODM?

What Is IBM ODM?

IBM Operational Decision Manager is a digital solution for business decision-making and complex event processing. The components help you evaluate, automate and manage business decisions using rule-based systems. Each rule request’s outcome is independent of any prior request’s data or outcome.

All companies use business rules to complete specific functions. You might use a rule to require credit checks for new customers but not existing ones. ODM systems organize business rules and use rulesets to automate decisions. ODM could approve a loan, select an ideal promotional plan or identify a new selling opportunity.

IBM ODM can bring many benefits to businesses, including:

  • Enhanced efficiency: ODM allows you to automate many manual and time-consuming decisions. Run daily business operations more quickly and consistently. You can also streamline procedures like client onboarding, approval requests and low-priority questions. In turn, your employees can focus on higher-priority tasks and boost overall productivity.
  • Easier compliance regulations: ODM systems make it easier to abide by essential compliance regulations. You can maintain documented proof of decision-making strategies. As regulations change, you can adjust the ODM easily to accommodate the new standards.
  • Improved services: IBM ODM can also assist with many other aspects of business management. As it detects market changes and trends, the system can create more personalized customer experiences. It could identify a popular trend in loyalty programs and adjust your business’s program accordingly. By increasing decision speeds, ODM can help your company function at its best.

What Are ODM Rules?

Operational Decision Managers are programmed with rules that reflect particular business policies. ODM Rules, or Business Rule Management Systems (BRMS), allows business users to control how the system makes decisions. ODM Rules functions in a rules engine, which is a software type that manages business rules. Rules engines use conditional statements based on the provided inputs to finalize decisions. They analyze whether an input meets the necessary criteria before approving requests.

ODM Rules follow a similar pattern to “if, then” statements. If an input abides by certain policies, then the decision might be approved. But if input fails to match the criteria, it could halt the decision.

You can apply the prior example of credit checks to this scenario. If a client has an existing account with the company, the system would waive the requirement of a credit check. But if the ODM system notices the client has no accounts with the business, it would require a credit check before allowing the customer to move forward with their account creation.

ODM Rules is far from the only rule engine in existence today. Many other rule engines exist on a variety of platforms. You could select alternatives like:

  • Hard code: You could write code for ODM in almost any language, giving you control, but this can also be difficult to manage. This code may be challenging for even a fellow programmer to pick up and understand, let alone a business user. The gap between business and IT complicates matters further because users could overlook many features while developing, writing, reading, interpreting and executing business requirements. A BRMS can represent rules in a non-technical and understandable way. This accessibility makes it easier for all business users to adjust and comprehend rules.
  • Databases: When dealing with many similarly formatted rules, you may put everything in a database. This can give business users Create, Read, Update and Delete abilities, but it still requires coding behind the scenes to run the process and go through each table. It also comes at the expense of flexibility — rules must adhere to the rigid structure defined in the tables. The resources spent creating a decent front end can be significant, especially if that front end is designed to be flexible.

However, ODM Rules stands out from the rest with many benefits, including:

  • Business-friendly features: The system includes development and testing tools and governance capabilities. These components improve business involvement and also reduce the necessary time to make these changes go live.
  • Flexibility: ODM Rules are also quite flexible. While it is built on a Java platform, it is most commonly run as a Simple Object Access Protocol (SOAP) or Representational State Transfer (REST) web service, which can be executed on virtually any major platform, including Microsoft’s .NET. For implementations that require it, there is also a version of ODM Rules for z/OS.
What Are ODM Rule Components?

What Are ODM Rule Components?

A typical Operational Decision Manager Rules setup contains three major components — Decision Server Rules, a Decision Center and a Rule Designer. Each component functions individually and interacts with the others as users develop, deploy and execute rules.

Here is a closer look at each ODM rule component:

Decision Server Rules

Decision Server Rules, also known as Rule Execution Server, is the runtime environment for rule services exposure. Client applications can access and call the rules by using this environment. Users typically execute rules through access protocols like SOAP or REST. You can also call or access them through a Java API.

Decision Server Rules includes a tool called Decision Warehouse, which can log rule requests and responses along with other rule execution details, such as which rules fired and rule execution duration. This is especially useful for developers or auditors as they understand what decision was made and why.

It is common to have separate instances of Decision Server Rules for different environments, such as development or production. Production environments requiring high volume and continuous availability may consider clustering multiple instances of Decision Server Rules.

Decision Center

The Decision Center provides a workspace for business users and developers to collaboratively view, author and deploy rules through their web browsers. It distinguishes ODM from other rule engines and maximizes business agility.

ODM’s Decision Center acts as a repository. This structure brings useful features to business users, such as automatically maintaining rule history. It allows you to compare previous revisions of a rule and view built-in documentation of changes. As a project grows, the system creates branches to separate changes in progress from rules currently in use. After it validates a rule, the Decision Center integrates it with the other live rules.

The Decision Center has features for business users, such as:

  • Testing and simulation to validate rule changes
  • Advanced search tools for existing rules
  • Social capabilities to keep open communication among users

Normally, an ODM setup consists of a single Decision Center installation. Some architects may suggest a Decision Center installation for each environment — like development or production — similar to Decision Server Rules, but that is generally unnecessary. Decision Centers are analogous to a code repository, which is generally a single entity. Instead of multiple Decision Centers, a project should use branches or releases to separate phases of development.

Then, you can deploy them to the appropriate Decision Server Rules environment. To save resources, a single enterprise may wish to have different projects and even different departments share a Decision Center installation, with governance to allow users visibility only for authorized projects.

Your ODM Decision Center has two available web consoles:

  • Decision Center Enterprise Console: The Decision Center Enterprise Console features the basic inclusions of a Decision Center.
  • Decision Center Business Console: The Business Console is the newer, more user-friendly interface that is on its way to eventually replace the Enterprise Console. However, some administrative features for IT users are not yet implemented in the Business Console. If a feature exists in both consoles, you should use the Business Console.

Rule Designer

While the Decision Center provides an excellent environment for business users, developers might need something different for particular tasks. Rule Designer is an Eclipse-based Integrated Development Environment for developers to create and modify rule applications. It is compatible with Eclipse plug-ins and can be used for other development, such as Java programming.

Rule Designer is necessary for the initial stages of rule development. For example, it’s essential for creating data models. You should install Rule Designer on each developer’s workstation.

Rule Component Interactions

Each of these components works with one another in different ways as you develop rule applications. Here is a closer look at their interactions:

  • Decision Center and Decision Server: After rules have been developed and validated, you can use the Decision Center to deploy to one or more Decision Server Rules servers.
  • Decision Center and Rule Designer: Both components can modify rule artifacts, so it is essential to keep them synchronized. From Rule Designer, a developer can publish a local copy of rules to a Decision Center repository or update the local copy from Decision Center.
  • Decision Server Rules and Rule Designer: Like Decision Center, you can use Rule Designer to deploy to a Decision Server Rules environment. However, because you can make changes outside of Decision Center and its validation processes, this is best done for deployments to a development environment only.
Watch Live Demo
What Are ODM Rule Artifact Types?

What Are ODM Rule Artifact Types?

IBM ODM also features many artifact types. These tools allow you to define and orchestrate rule decisions. You can also organize resources and examine them as necessary.

These are the major rule artifact types for ODM:

Action Rules

An Action Rule is an expression given in a language that both humans and ODM can read. You can model additional vocabulary elements and use them in rules. For example, you could add phrases about a borrower’s credit score, address or bank account for specific decisions.

Decision Tables

A Decision Table is similar to an Action Rule. It gives an at-a-glance view of multiple parts of a decision to improve maintainability and readability. When appropriate, a Decision Table can also make sure that your values are contiguous, with no gaps or overlaps.

Many people compare Decision Tables to spreadsheets or databases. However, they have several key differences. You don’t select data like you do from a database or use indexes, so massive tables with thousands of rows are less than ideal. In addition, you can’t use a complex formula with other cells of a Decision Table as is common in a spreadsheet.

When you need to make multiple similar decisions, a Decision Table has plenty of power and flexibility available to the rule author.

Ruleflow

Business users use a Ruleflow to orchestrate rules in ODM. A Ruleflow is similar to a flowchart and outlines the way tasks flow together. It specifies how, when and why users execute rules, identifying the start and end nodes, necessary tasks and transitions between each task.

A Ruleflow might outline the process for loan borrower eligibility. If the ODM decides they are eligible, it calculates the loan details. If the borrower is not eligible, there is no further need to evaluate the conditions of a loan. Instead, the path skips to the end to avoid wasted time spent processing a loan for which the applicant is not eligible. You can use a Ruleflow to map out this process and integrate it with the business rule.

Many organizations may find it best to have the IT staff maintain the Ruleflows, especially in the initial phases of development. If business users are comfortable with the ODM platform and would like to consider making these changes on their own, recent versions of ODM do support this capability.

Why Salient

An IBM ODM solution can transform your business procedures and allow you to move closer to digital transformation. Salient Process is a leading provider of workflow and automation solutions. We offer a wide range of Digital Business Automation solutions for clients. Our expert team can help you implement the IBM Operational Decision Manager with a customized integration plan. Your business can finalize consistent business decisions, reduce error and risk and boost productivity.

We work closely with you to identify industry challenges and needs. Our team members help you evaluate your processes and identify areas for improvement that align with your overall corporate values and goals. We can help you integrate an IBM ODM solution that yields the most investment return.

Contact Salient Process Today

Contact Salient Process Today

We can help you get started with an IBM ODM solution. To leverage ODM for your needs, contact us today.