Last Year

Kogito Serverless Workflow event formats

    Blog post image      

The Serverless workflow specification relies on CloudEvents for event publishing and consumption. CloudEvents are designed in a way that might work with any event format. That goal is achieved by declaring the data property, the one containing the event information, as an array of bytes.  Kogito Serveless workflow expects that incoming and outgoing events representRead more →

Kogito Service Discovery for Workflows

    Blog post image      

I have recently been wondering: how many times do we find ourselves accessing a specific resource inside a Kubernetes cluster searching for information about how to access it or to expose our awesome service so others can consume it. Right? So, this enhanced service discovery might help you get rid of it by setting aRead more →

Getting Started with Service Calls and Serverless Workflow

    Blog post image      

Workflows are great for orchestrating services, functions or events. They provide out-of-the-box features to make your applications resilient, reliable, and simple. But currently, each cloud vendor has its workflow solution. AWS has Step Functions, Google has Google Workflows, Microsoft has Azure Durable functions, and so on. The lack of a common way to define workflowsRead more →

All other

Serverless Workflow Expressions

    Blog post image      

Expressions are an essential feature of Serveless Workflow Specification. They are everywhere and they are powerful. As you should already be aware if you have ever watched a superhero movie, with great power comes great responsibility. In the Kogito universe, when discussing expressions, this famous sentence means there is a risk you will overuse them.Read more →

SAGA PATTERN WITH PROCESSES AND KOGITO – PART 2

    Blog post image      

Order Fulfilment Process example In part1 it was described Saga pattern and how Kogito could be used as the orchestrator, also known as Saga Coordinator Executor (SEC).  This post will cover an example of the Order Fulfilment implementation on the top of Kogito processes using bpmn2, which is placed in the repository, to orchestrate allRead more →

Orchestrate web services using RHPAM and AMQ

    Blog post image      

We, at the Intelligent Application Practice, recently received the request from one of our TELCO customers to provide a proof of concept about orchestrate web services using RHPAM and AMQ. Additionally, I recently came across the following post in the internet, explaining that REST is not the only way to integrate web service communication: ExperienceRead more →

Smart Scroll for BPMN/DMN Editors

    Blog post image      

Introducing Smart Scroll Creating and managing BPMN/DMN resources can be a daunting task. Projects can come in many shapes and sizes and with varying levels of complexity. Consequently, being able to locate and identify nodes is of utmost importance. Focusing on easing the load of such demands, we introduce Smart Scroll for BPMN/DMN editors. AvailableRead more →