Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

      • Red Hat OpenShift AI
      • Red Hat Enterprise Linux AI
    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

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

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

Share:

    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

    • More Essential AI tutorials for Node.js Developers

    • How to run a fraud detection AI model on RHEL CVMs

    • How we use software provenance at Red Hat

    • Alternatives to creating bootc images from scratch

    • How to update OpenStack Services on OpenShift

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    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

    Red Hat legal and privacy links

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

    Report a website issue