Questions tagged [kogito]

Kogito is the cloud-native business automation for building intelligent applications, backed by battle-tested capabilities.

More details can be found at: https://kogito.kie.org/

This tag can be used whenever you need to:

If you have any questions or issues about:

  • How to use Kogito;
  • When you can use Kogito
  • Kogito on top of Quarkus
  • Kogito on top of Springboot
  • Kogito apps Native execution
  • Kogito Operator
  • Kogito CLI
  • Kogito containerized on Kubernetes
  • Kogito containerized on Openshift
  • Kogito running with JVM
  • Kogito running with GraalVM
  • Quickstarts and hello worlds
  • Event-driven architecture with Kafka
  • Persistence
  • Caching
  • Monitoring Kogito with Grafana and Prometheus
  • Process and rules design with Kogito
  • BMPM Editor VSCode Plugin
  • How does Kogito relate to jBPM and Drools
85 questions
2
votes
2 answers

list contains for structure data type in DMN decision table

I am planning to use Drools for executing the DMN models. However I am having trouble to write a condition in DMN Decision table where the input is an array of objects with structure data type and condition is to check if the array contains an…
2
votes
2 answers

Unit testing for Drools rule when used with Kogito and spring boot

I am using Kogito service for bpmn flow (spring boot kogito starter is the maven dependency I have used) and as part of the flow have written several business rules using Drools. I have not been able to figure our unit test configuration to use if…
Rakesh
  • 235
  • 2
  • 10
2
votes
1 answer

Error when building Kogito native images with Persistence profile enabled (quarkus-infinispan-client extension) witn ubi8 images

While trying to build a simple Kogito application with the Persistence profile enabled the build failed complaining that the lib stdc++ was not found: /usr/bin/ld: cannot find -lstdc++ The builder image is based on the ubi8-minimal and to build it…
spolti
  • 43
  • 1
  • 5
2
votes
1 answer

Simple Quarkus Kogito project fails to build - several ambiguous and unsatisfied dependencies

I have a very simple project where I'm experimenting with BPM (Quarkus, Kogito, jBPM and Drools) and it fails to build on Java 11. Here is the github repo: https://github.com/JoaoCamposFrom94/bpmdemo/tree/2808d87428ddb91c43c0b2554a5808ca4299293e The…
jccampos
  • 354
  • 3
  • 9
1
vote
0 answers

Is it possible to integrate Drools 8 with jBPM 7.73.0.Final?

Is there a way for jBPM 7.73.0.Final to work with Drools 8, or it is planned to have a jBPM version to work with Drools 8? I am working on a EAR application that is already using Drools 8 for business rules. I would like to integrate BPM into the…
Daniel Stancu
  • 52
  • 2
  • 8
1
vote
1 answer

Unable to find a DMN FEEL function in maven testing

I have a simple DMN decision that counts an age from the date of birth: years and months duration(date(DOB), today()).years It's working fine in the KIE Sandbox but I'm not able to get it running from a .scesim file executed from maven (using mvn…
maresmar
  • 1,449
  • 14
  • 21
1
vote
2 answers

Build error - jandex index not found for java.time.OffsetDateTime

I have a multi-module Maven project that uses Quarkus and Kogito, with MongoDb persistence. The module with the Kogito process definition is using beans from another module. One of the beans has a property of type java.time.OffsetDateTime
1
vote
1 answer

Unable to export SVG of bpmn in VScode, Unknown FileSystem Error

I had created and executed a BPMN process using VSCode. I was able to run the process successfully. But on trying to import the SVG, getting the following error Unable to write file 'c:\Program Files\Microsoft VS…
codeforHarman
  • 115
  • 1
  • 10
1
vote
1 answer

Is there a way to load decision table from database in Quarkus Kogito?

In quarkus kogito, the rules(decision table) are picked from xls file in resources folder. I want to store the decision table in a database and the load the decision table from…
1
vote
1 answer

Kogito: Is it possible to embed Kogito DMN editor in a web application?

In my project, I use DMN to model rules which gets executed using the drools DMN engine along with java code. It is expected to have 1000+ DMN rules in the project. I am trying to find a way to manage these DMN rules. Currently business-central is…
Gnanavel
  • 21
  • 3
1
vote
0 answers

How to return decision results while executing DMN model

I am perusing Kogito for our project and I am building a prototype. What I notice, is when the input json doen't doesn't meet the interface contract to make a decision, kogito responses with error details. It also provides decision execution…
1
vote
1 answer

Is there a way to show tasks input/output on BPMN Kogito tooling VSCode extension?

I just installed Kogito VSCode extension for editing bpmn files, as described here. It's still on Alpha, but I'd like to know whether it is able to show input/ouput variables from custom service tasks. I tried opening a bpmn file I created on…
0
votes
1 answer

kogito-data-index-infinispan docker image can't connect to Kafka image

I have created kogito quarkus application. And this application needs to some services to interact with. I created docker-compose file, which contains 7 services(zookeper, kafka, infinispan, management-console, task-console, keycloak and…
maksnurgazy
  • 21
  • 1
  • 4
0
votes
0 answers

OpenTelemetry for Kogito Workflow

I have tried using Kogito Workflow for orchestrating an event driven flow with multiple steps in the flow and communication protocol used for each step is via async mode with kafka. When I try to integrate OpenTelemetry for the Kogito workflow, it…
0
votes
2 answers

Wrong path and missing dependencies when integrating @kie-tools/kie-editors-standalone into Vue 3/Vite app

I'm building a Vue 3/TypeScript/Vite app, where one page is dedicated to showing a read-only DMN editor with a rules file. To this end, I'm using @kie-tools/kie-editors-standalone. Here is the Vue file in question: