The Decision Model and Notation (DMN™) is a modelling language notation created by OMG for the specification of business decisions and business rules. In this tutorial we will have an overview of what is DMN and which are the key constructs of this language that you can use to model your Decisions that drive your business.
Kogito
Kogito is a next generation business automation toolkit that originates from well known Open Source projects Drools (for business rules) and jBPM (for business processes). Kogito aims at providing another approach to business automation where the main message is to expose your business knowledge (processes, rules and decisions) in a domain specific way.
DMN example application with Quarkus
In our first tutorial about DMN – Getting started with Decision Models (DMN) – we have covered the foundation of Decision Models and the key components in it. In this follow up article we will design and create an example application which exposes a simple Decision Model through Quarkus REST Services.
From Drools to Kogito Rule Engine
You might have already heard of Kogito so you may want to learn more about it and how it compares with Drools Rule engine. In this tutorial we will learn what is the relation between these two Rule engines. The Kogito project aims to bring the business automation suite to the cloud and precisely into … Read more
Installing Kogito BPMN plugin for Chrome
Let’s see in this quick drill how to install the Kogito BPMN plugin for Chrome. At the end of it, we will be able to edit BPMN files directly from a Github repository Installing Kogito plugin for Chrome is quite simple. First off, download the plugin latest version from: https://github.com/kiegroup/kogito-tooling/releases (scroll at the bottom of … Read more
Getting started with Kogito Business Automation
Kogito is an advanced business automation toolkit that derives from the Open Source projects Drools and jBPM. Kogito aims at providing another approach to business automation where the main message is to expose your business knowledge the cloud and the larger Kubernetes ecosystem. There are already several implementations for Kogito, today we will learn how … Read more