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

Changing POJO Object in DMN Kogito

I have bpmn2 file in which I use as a process data POJO application. To learn how to work with DMN I wanted to change 1 POJO property depending on smth inside the DMN. I manged to make DMN working when on the input I had application and on the…
Donvino
  • 2,407
  • 3
  • 25
  • 34
0
votes
1 answer

Importing and Using POJO in DMN in Kogito

is it possible to import Java class to DMN in all the guides you have to make your own custom data object, but I have very complex class Application with more than 100 fields. Is there any way I can import this object to dmn for usage? F.e. I have…
Donvino
  • 2,407
  • 3
  • 25
  • 34
0
votes
1 answer

Kogito processes build failing - enum mismatch

Using Quarkus version 2.7.3.Final, the build is failing because of the 2 different enums value field clashing. Java 11 Error details: Caused by: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step…
0
votes
1 answer

Kogito - wait until data from multiple endpoints is received

I am using Kogito with Quarkus. I have set on drl rule and am using a bpmn configuration. As can be seen below, currently one endpoint is exposed, that starts the process. All needed data is received from the initial request, it is then evaluated…
iliev951
  • 33
  • 4
0
votes
1 answer

Quarkus + Kogito build error: java.lang.IllegalStateException: Cannot find class info in jandex index for java.time.LocalDateTime

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.LocalDateTime. public…
Matei Florescu
  • 1,155
  • 11
  • 23
0
votes
1 answer

Kogito process and root process link

We have requirement to merge few processes. Assume there is parent process investigation and it spins off child process audit. Now there are 5 investigation process with 5 audit sub processes. While looking at the 1at process user determine that…
Doogle
  • 1,236
  • 1
  • 17
  • 17
0
votes
1 answer

How to create customised Rest endpoints in kogito quarkus

I am creating a kogito app with DRL files in it . It’s generating REST endpoints based on Rule names in DRL files. How can I change it as per my requirement ? e.g. rule findStudents When /// Then /// So endpoint will be ->…
Anshu_06
  • 3
  • 1
0
votes
1 answer

RuleUnit + Quarkus example's missing Java file that should contain KieServices and KieContainer - how does it work without these items?

I've a question based on an external archive: https://github.com/kiegroup/kogito-examples/tree/stable/ruleunit-quarkus-example I read from: https://docs.drools.org/latest/drools-docs/html_single/#kie-sessions-stateless-con_decision-engine " In this…
maxloo
  • 453
  • 2
  • 12
0
votes
1 answer

RuleUnit + Quarkus example's drl file - Are we instantiating a new rule `AllAmounts` with this code?

I do not understand a few parts of this drl code, but I'll just post one question here: https://github.com/kiegroup/kogito-examples/blob/stable/ruleunit-quarkus-example/src/main/resources/org/kie/kogito/queries/RuleUnitQuery.drl The full drl code is…
maxloo
  • 453
  • 2
  • 12
0
votes
1 answer

RuleUnit + Quarkus example's drl file - What does `/loanApplications` and `/allAmounts` mean or refer to?

I'm a newbie at Kogito and Drools. I do not understand a few parts of this drl code, but I'll just post one question…
maxloo
  • 453
  • 2
  • 12
0
votes
2 answers

monitoring-prometheus-quarkus-addon jar is not working in Kogito

I am trying to build a Kogito application and adding a Prometheus jar to my project for monitoring metrics. But while adding this dependency to my project but getting this error: Build step…
0
votes
1 answer

How can I extend the Kogito DMN editor?

Is it possible to extend the Kogito DMN editor for example with additional buttons to provide additional custom functionality without cloning and building the whole repository?
Martinaut
  • 1,868
  • 1
  • 17
  • 27
0
votes
2 answers

Load kogito rules file from alternate location

We would like to have our rules files managed outside of the service source code for our quarkus / kogito project. Can the be located in a location other than resources, specified by an env or application properties?
0
votes
2 answers

Does Kogito support asynchronous business rule/service task execution?

Does Kogito support asynchronous execution of business rule/service task if marked as async = true in BPMN ?
Rakesh
  • 235
  • 2
  • 10
0
votes
1 answer

Spring boot Kogito Mongodb integration

I'm working on creating a kogito bpm spring boot project. I'm very happy to see reduced level of complexity on integration on jbpm in spring boot with the help of KOGITO. I'm struggling to find answers for my question, so posting them here, Kogito…
mahtuag
  • 11
  • 2