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
0
votes
1 answer

org.jbpm vs org.kie.kogito jBPM

I have been trying to figure out what the difference is between the org.jbpm and org.kie.kogito variant of jBPM. I have seen that the maven artefacts differ quite a bit, even through the org.jbpm does in turn refer to the org.kie parent POM. Can…
Eugene de Lange
  • 93
  • 2
  • 12
0
votes
0 answers

Kogito+Quarkus Native executable build for big rule sets takes too much time

I'm having some timing issues while migrating a Drools project to Quarkus+Kogito (with legacy API and TMS) in order to create a native executable in order to improve startup and execution times. I'm not sure if the timing problems are due to a…
Loure
  • 5
  • 2
0
votes
1 answer

Best approach for updating rules in a deployed Kogito application

I have recently migrated from a Drools application to a Kogito application, and I'm facing challenges in updating/creating rules on a deployed application. In the Drools application, I used to create rules dynamically from another app, pass them to…
Loure
  • 5
  • 2
0
votes
0 answers

Kogito Springboot App : Input coming in as null

I have a Java DTO that I'm using as a Process Data variable in my BPMN flow with the tag of input (I have also tried removing the tag altogether). The DTO fields show up in the Swagger UI. For testing, I have just a simple script node as the first…
Leela
  • 1
0
votes
0 answers

Spring boot 3.0 / Tomcat 10 support for JBPM

Currently JBPM officially support Spring boot version 2.5.15., but it is out of support from Spring. Are there any plans for JBPM team to support Spring boot 3.x versions? I tried to run jbpm using Spring boot 3., but 3.0 requires Tomcat…
0
votes
0 answers

Kogito cloud-events extensions in process instance context

I'm trying to implement a small project on Kogito. I use kogito-addons-quarkus-messaging + kafka + cloud events. The question is: How to get data written in cloud-events extensions in the context of a process instance? I send a message to the…
0
votes
0 answers

Throw an error from subprocess to main process without aborting any process

I have a subprocess inside my main bpmn process. What I want to do is when an error occurs on the subprocess, the main process should also error out with the same error. This is the main process: This is the subprocess: When any workitem from the…
pvsfair
  • 161
  • 1
  • 13
0
votes
1 answer

Error trying to send Kogito end & start messages using Smallrye Kafka in Quarkus

I have created a quarkus app with multiple BPMN's having start messages and end messages. The below is my application.properties for…
0
votes
0 answers

Quarkus Message Addons with Smallrye Kafka Throws error

I have tried integrating Quarkus start and end with message using Smallrye Kafka. But i am getting following error when i create kafka connections Failed to start quarkus: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build…
0
votes
1 answer

Kogito+Quarkus TMS Problem - You're trying to use the Truth Maintenance System without having imported it

I'm trying to create a drools project with kogito and quarkus, some rules have an "InsertLogical" in its consecuence, but I can't figure out how to make the proyect work using the TruthMaintenanceSystem, i have tried multiple "solutions" but none of…
Loure
  • 5
  • 2
0
votes
1 answer

How to handle null pointer exception in human task's

I have tried using error boundary events in the human task but its not taking the boundary path just throwing java error can someone help me with that? workflow i tried to send the process to boundary event path but it throws java error in console
0
votes
1 answer

Kogito Custom property panel for BPMN editor

I'm using kogito standalone bpmn editor in a web app. I want to override the property panel of the editor with my own property panel. I tried decoding the index.js but it doesn't work Hi, I'm using kogito standalone bpmn editor in a web app. I want…
Nikhil
  • 1
  • 1
0
votes
1 answer

kogito task management API throwing 500 exception while querying completed tasks when process instance is still OPEN

kogito task management rest API (GET/POST) (/api/workflow/{processInstanceId}/{task_name}/{taskId}) is throwing HTTP 500 exception when respective task is already completed but process instance is still OPEN excepting kogito APIs should throw HTTP…
0
votes
1 answer

Moving from Drools version 7 to Kogito

I have a domain specific application which has a drools version 7 libray as dependency so all the rules are loaded in application memory. I am looking to move to Kogito but having following doubts In drools i inject rules as drls in…
Lord Nick
  • 582
  • 8
  • 29
0
votes
1 answer

Set MDC on a Quarkus / Kogito Serverless Workflow

I have an application based on Serverless workflows, these work with Kogito Workflow framework built on Quarkus. I need to add an MDC property to all logs within the same context, I have incoming reactive channels for this. I think I might be able…
josesuero
  • 3,260
  • 2
  • 13
  • 19