All other

KOGITO 1.30.0 RELEASED!

    Blog post image      

We are glad to announce that the Kogito 1.30.0 release is now available! This goes hand in hand with Kogito Tooling 0.25.0, Kogito Images, Operator, and CLI 1.30.0 release. From a feature point of view, we have included a series of new features and bug fixes, including: For more details head to the complete releaseRead 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 →

Error handling in Kogito

    Blog post image      

What are errors within processes? First, we need to define the most usual type of errors, they can be divided into two main categories: technical and business errors. Technical Errors could be defined as general errors that are not explicitly handled by the process, for instance, a database communication or constraint issue, a network connectionRead more →