Last 6 months

CloudEvents labeling and classification with Drools

    Blog post image      

This blog post is a quick update on a demo in labeling CNCF’s CloudEvents. Introduction Categorizing events is a general, common use-case; in the context of this post, we will delve into labeling CNCF’s CloudEvents for Intelligent Response Management (IRM) which can find application in several ways. One way is to categorize and prioritize differentRead more →

New Feature: Dashbuilder editor with IntelliSense capabilities

    Blog post image      

We are pleased to announce that the dashbuilder editor now ships with auto-complete capabilities! This enhances the user experience by providing suggestions and helps to reduce the errors made while authoring the dashbuilder specification.  Let’s go through the new features in the below section: Auto-complete suggestions: While typing out a particular word or pressing ctrl+space,Read more →

Serverless Workflow Validations

    Blog post image      

Writing a Serverless Workflow that matches with the specification’s rules and schema can require some documentation reading, which demands a few hours. To facilitate that, we have implemented a validation mechanism on our Serverless Workflow Editor, that checks your JSON and YAML files against Serverless Workflow specifications schema and also provides some custom validations inRead more →

First Virtual Technical Exploration for IBM Business Automation Manager Open Edition on February 8 (EMEA time-zone)

    Blog post image      

Karina Varela and myself would like to invite you to this free technical exploration (with hands-on labs) on IBM Business Automation Manager Open Edition (BAM) which is the new name for the former Red Hat PAM/DM products that have recently moved to the IBM Business Automation portfolio. After this session, you will have a good understanding of what thisRead more →

Deploying Dashbuilder Dashboards

    Blog post image      

Dashbuilder files are plain YAML which makes it easy to author dashboards using the online editor. The next natural step is to publish this dashboard for public access and this is what we cover in this article! What is Dashbuilder after all? Dashbuilder is a web application that can run dashboards in different modes: EDITOR:Read more →

Smarter Decision Tables Generation through Data Types Constraints

    Blog post image      

The Decision Model and Notation (DMN) is an effective, yet standardized, tool for designing complex decisions, in special decision tables. Even though you, DMN developer, already knew about the existence of this capability, here’s something you didn’t know: there is a new DMN Decision Table column data type constraint enhancement in the DMN Editor. Let’s checkRead more →

Deploy dashboards to OpenShift

    Blog post image      

Starting from the KIE Tools 0.26.0 release, the Serverless Logic Web Tools enables users to easily deploy their dashboards to OpenShift. Let’s check out how to set up and use this new feature in this post! Introduction Dashbuilder makes it easy for users to create rich dashboards to accommodate their data in meaningful visualizations. Just likeRead more →

Kogito 1.32.0 released!

    Blog post image      

We are glad to announce that the Kogito 1.32.0 release is now available! This goes hand in hand with Kogito Tooling 0.26.0, Kogito Images, Operator, and CLI 1.32.0 release. From a feature point of view, we have included a series of new features and bug fixes, including: Breaking Changes For more details head to theRead more →

Exceptional rules, with Drools and Kogito

    Blog post image      

Managing exceptional rules is easy, thanks to Drools and Kogito! In this use-case, we have a base business process and a default knowledge base with rules, which can be overridden by specific entities or departments as needed. We actually have several architectural options we could implement! The simplest architectural option I can think about, drawsRead more →

New feature: Serverless Workflow code completions

    Blog post image      

Starting to write a valid workflow can be a bit difficult and requires you to remember the syntax with the node’s properties and the specification’s rules.We implemented a new feature in Serverless Workflow Editor to guide the user and make this process easier resulting in a richer IntelliSense editor.Here we will have a quick overviewRead more →