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

Red Hat Process Automation 7.7 brings updates, fixes, and tech previews

April 29, 2020
Karina Varela
Related topics:
JavaContainersMicroservicesEvent-driven

    Red Hat Process Automation Manager (RHPAM) and Red Hat Decision Manager (RHDM) 7.7 bring features for the authoring of processes, rules, testing, execution, and cloud scenarios. Besides these new features, usability, and performance improvements, version 7.7 also brings more than 120 bug fixes. These updates are part of the Middleware Business Automation stack Red Hat released on March 18th.

    Let's take a look at what's new.

    Business Central: Squash commits and merge

    The Business Central authoring environment by default commits at every change. Business Central now includes the option to squash commits when working with pull requests and teams collaboration through business central, as shown in Figure 1.

    Business Central change request screen with new Squash and Merge button
    Figure 1: Business Central's Change Request section now has a new Squash and Merge feature.

    What happens when squashing commits, in a simplified view, is that a set of commits submitted in a pull request are combined into a single commit. Once that's done, the user can merge a source and target branch. This feature allows users to keep the history of their project clean, which improves project maintainability.

    Business Central: Project templates

    A common practice within organizations is to have templates (base projects) to help with new project creation. In this scenario, developers save time by creating new projects based on these existing templates and following a pre-defined pattern. Business Central users can now create new projects based on templates as well. These templates can bring pre-defined configurations, dependencies, and even assets such as processes, rules, data objects, and so on.

    Business Central support for project templates is based on the use of Maven archetypes. To get started with these templates:

    1. Generate the archetype (template) from scratch or based on this example archetype provided by the Kie Group.
    2. Install the archetype in a Maven repository accessible by Business Central.
    3. Add the archetype to Business Central's administration settings, as shown in Figure 2.
    Make your templates available by Space
    Figure 1:
    1. Make your templates available by Space, as shown in Figure 3.
    Animation showing how to make your spaces available in Business Central
    Figure 2:

    Now, you can create new projects based on pre-defined templates, as shown in Figure 4.

    Figure 3:

    Managing branches via REST APIs

    Business Central now provides management REST APIs that help you create a new environment from scratch until your project branch compiles, tests, and deploys. By using only REST API calls you can create new spaces, import projects, and create and manage your branches. These are the new APIs available in 7.7:

    • Compile branch
    • Install branch
    • Test branch
    • Deploy branch
    • Get branches
    • Add branch
    • Remove branch

    You can find a full step-by-step guide on how to use these APIs to manage your business automation project environments here: New REST endpoints on Business Central - kie-tooling.

    Business Optimizer Spring Boot starter

    Business Optimizer (a.k.a. OptaPlanner) now includes a Spring Boot starter. It comes with a preconfigured application.properties file that sets default automatic discovery of planning solutions and entities annotated with an @PlanningSolution or @PlanningEntity annotation.  Adding to this, Business Optimizer added SolverManager, a new wrapper that facilitates interaction with one or more solvers via REST.

    DMN 1.3 compatibility and improvements on the DMN Modeler

    RHPAM and RHDM offer compatibility with the DMN 1.3 specification. The DMN Modeler, besides bug-fixes and improvements, now has IntelliSense for basic FEEL expressions in boxed expressions.

    Tech Preview: Business Central authoring high-availability on OpenShift 4.x

    You have now access to this tech preview feature when using Business Central on top of Openshift 4.x with both RHPAM and RHDM. To have a highly available RHPAM or RHDM authoring environment means that all of the work you commit in one node is reflected on other nodes and always preserved. The Business Automation operator is responsible for providing an infrastructure that allows users to work in a fail-safe environment. In other words, if one server goes down, users can continue working in any other server/pod available.

    You can test this feature by using the Business Automation Operator available in Openshift Operator Hub to deploy a high-availability environment.

    Detailed information about how this feature functions can be found here: Business Central High Availability - kie-tooling.

    Tech Preview: Process instance migration standalone service

    Red Hat Process Automation Manager offers a standalone service that supports your process instance migrations, letting you define how process instances that are running on a specific process definition should be migrated to a new target process definition. In version 7.7, you now have a standalone version of this migration tool with not only the back-end service but also the front-end user interface.

    Process instance migration standalone service
    Figure 4:
    Figure 4: Define your process instance migration's behavior.

    Conclusion

    Together, these changes offer faster project creation, easier project management, and support for Spring Boot, DMN 1.3, and IntelliSense. Add the tech previews for high-availability support and easier instance migration and you have a recipe for building smarter business applications.

    This version is backed by version 7.33 of the jBPM, Drools, and OptaPlanner upstream community projects. It passed through extensive testing by the Red Hat Quality Engineering team in order to provide a trusted and production-ready business automation platform. We recommend that you keep your Red Hat Business Automation products always up-to-date so you can enjoy new features and take advantage of new improvements and bug fixes along the way.

     

    Last updated: June 29, 2020

    Recent Posts

    • 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

    • Introducing virtualization platform autopilot

    • Integrate zero trust workload identity manager with Red Hat OpenShift GitOps

    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.