Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Getting Started with Red Hat Decision Manager 7

March 19, 2018
Duncan Doyle
Related topics:
Automation and managementJavaKubernetes
Related products:
Red Hat OpenShift Container Platform

    The all new and shiny Red Hat Decision Manager 7 has been recently released. Decision Manager 7 is the successor to Red Hat JBoss BRMS, our business rules and decision management platform. In this post we will have a look at the primary new features and provide instructions on how to get started with the new platform, either on your local machine or in an OpenShift Container Platform.

    Red Hat Decision Manager 7 focuses on four main themes: Fit & Finish, Cloud-Native, Decision Model and Notation (DMN), and Business Optimizer.

    Fit and Finish

    A lot of work has been done in the area of usability and business user friendliness of the platform. Being a platform that targets both IT users and business users, this should appeal to a variety of personas. In Decision Manager 7 we've focused on abstracting a lot of the underlying technical details of the platform. At the same time the user interface has been made more context-aware. This makes it easier for the user to focus on the task they're performing. For example, creating decision tables, writing rules, and deploying to and managing the rules runtime platform.

    An example is the new project view (shown here), which now focuses solely on project artifacts (rules, decision tables, and rule flows) and hides the underlying technical concepts like package names and directory structures. The new view makes it easier to add, find, and manage artifacts. Technical details like package names no longer influence the UI.  Being context aware, the new UI focuses on the task that a user needs to perform. For example, when a user's workspace is empty, the user is now presented with a screen that asks the user whether they want to create or import a new project, rather than showing an empty project explorer view. This concept is implemented throughout the entire platform.

    Another area of usability improvement is the new Decision Table editor.  It is easier to use, more performant (you can now add thousands of rows to your table without a performance impact to the editor), and provides a new way to show dependencies between Decision Tables using the new table graph.

    The Decision Table UI now includes a wizard that guides the user through the creation of a Decision Table, including the definitions of the constraint and action columns. This makes it both easier and faster to create new Decision Tables.

    Cloud-Native (Containers & Microservices)

    The new platform puts a great deal of emphasis on cloud-native deployments. First of all, the DM7 workbench (Decision Central) is now available and fully supported on OpenShift. This means that the user can now run the workbench in a managed container in any cloud environment that supports OpenShift. This enables the Decision Manager platform to utilize all of the benefits of hybrid cloud environments that OpenShift brings.

    The runtime server (called Decision Server) is also available as a container image on OpenShift. This light weight engine provides an out-of-the-box RESTful API to execute decisions and business rules. As such, it's the ideal platform on which to build and deploy microservices that implement decisions and business rules. Or as we like to call them, Micro-rules.

    Decision Manager utilizes an open and de-facto standard for building management (Maven) and rules packaging (JAR files). As such, the life-cycle management process for decision services that are built and managed in Decision Manager 7 can be integrated with common continuous integration and continuous delivery (CI/CD) platforms and tools (for example, Jenkins and SonarQube).

    Combinations of these features enable business and IT to easily define, build, and deploy cloud-native decision and rules microservices in a managed and controlled hybrid cloud environment.

    DMN

    DMN stands for Decision Model and Notation. It is a relatively new standard by the Object Management Group (OMG), the organization behind Business Process Modeling Notation (BPMN). DMN is trying to do for Business Decision Management what BPMN did for Business Process Management a decade ago: empower the business to take charge of the logic that drives its operations, though a vendor-independent diagramming language. [1] DMN provides a powerful graphical modeling language combined with a business user-friendly scripting language called FEEL (Friendly Enough Expression Language).

    Red Hat DM7 is the first (open-source) runtime engine that implements the full DMN v1.1 FEEL Conformance Level 3 specification. This means that all DMN constructs (including FEEL expressions) are fully supported in Decision Manager 7. A DMN editor is not yet included in the Decision Central workbench. This editor will be introduced in a later minor release of the platform. For DMN editing the platform can utilize 3rd party DMN editors (for example, Trisotech and Signavio).

    In Decision Manager 7 the DMN Runtime can be used as both an embedded engine inside your application, and as a DMN decision service running on the Decision Server. This allows the user to create microservices that are implemented with DMN models. As shown in the image, the Decision Server's new Swagger RESTful API description provides an easy way to explore and test this powerful DMN capability.

    Business Optimizer

    Business Optimizer is the productized version of the OptaPlanner community project and is included with Red Hat Decision Manager 7. In this new release, Business Optimizer is improved in the areas of ease-of-use, scalability, and insight.

    Version 7 of Business Optimizer introduces many usability improvements. The API and annotations have been enhanced to make it easier and more intuitive to define and configure your domain model. Creating and running the benchmarker, a key component to implement a successful Optimizer project, has been reduced to a single line of code.

     

    Business Optimizer has always scaled very well, allowing you to solve problems with 10,000 or more planning entities. In version 7, scalability has been even further improved with the introduction of Paritioned Search. This feature enables partitioning a very large problem into multiple partitions which can be solved in separate threads, after which they can be merged to create the full solution. This allows Optimizer to scale to problems with hundreds of thousands of planning entities and very large solution spaces.

    Another big improvement in Business Optimizer is the ability to provide insight in which constraints have been broken. This allows the user of the platform to explain the planning score of a given solution. This can give the user insight into the planning problem itself, and possible missing resources that prevent a better solution score. For example, in an exam scheduling use case, explaining the planning score can show that we don't have enough large rooms to accommodate exams with a large number of students. The Business Optimizer examples (found in the Decision Manager 7 Add-Ons component) utilize this new feature in the heatmaps that have been implemented in the "Course Timetabling", "Employee Rostering", "Exam Timetabling", and "Traveling Tournament" examples.

    How to Get Started

    We understand that you are excited about this new release and want to get the new product in your hands to take it for a test drive. Therefore we've created a number of demos that are easy to install and use. These demos can run standalone, in a Linux container, or on OpenShift. Installations are automated and fully scripted for Linux, macOS, and Windows.

    • Install Demo: demonstrates the installation of Red Hat Decision Manager 7.
    • Loan Application Demo: shows the execution of decisions defined in a decision table for a loan approval system.
    • Insurance Pricing DMN Demo: a demo that determines the price of insurance using a DMN model.

    The distribution of the platform, the maven repository, and the add-on components can be downloaded from the Decision Manager download page on this Red Hat Developer Program site.

    Conclusion

    With Decision Manager 7, Red Hat has released a next generation decision management platform. This new platform is targeted at both business and IT users. Major improvements in key areas like user management and cloud-native features allow users of the platform to design, develop, and deploy sophisticated decision logic as microservices (or micro-rules) on modern container runtimes running in hybrid cloud environments.

    References

    [1]: Bruce Silve, http://methodandstyle.com/what-is-dmn

    Last updated: January 22, 2024

    Recent Posts

    • Red Hat Hardened Images: Top 5 benefits for software developers

    • How EvalHub manages two-layer Kubernetes control planes

    • Tekton joins the CNCF as an incubating project

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.