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
0 answers

Achieve Object perisistance in MongoDB Kogito

I had created a Kogito application with quarkus and it was working well with all data types and complex POJO classes. After I introduced MongoDB persistence into the picture, the Object types are causing the application build to fail. I have in my…
codeforHarman
  • 115
  • 1
  • 10
0
votes
0 answers

Mongodb index getting deleted automatically

Tried to create unique index using liquibase and with compass. In both the cases index is getting deleted and we are able to insert duplicate records. Do anyone has any information regarding this?
deep2111
  • 25
  • 8
0
votes
1 answer

Kogito - REST API to Show SVG of Completed Process Instances?

The Process SVG add on seems to only work on persisted process instances. According to the Kogito documentation, only unfinished process instances are persisted. Is there a way to create the SVG of the path taken for completed instances? Preferably…
tinman
  • 1
0
votes
2 answers

mvn quarkus:dev rules extension gets loaded and runs rules fast, but not the same on docker container

When I run my kogito quarkus drl project using maven mvn quarkus:dev, the rules extension gets loaded (I see it load during the build step). I test my project and the rules run very fast. Then, I run the same quarkus project inside a docker…
Rob C
  • 11
  • 2
0
votes
0 answers

Kogito Kafka messages - Message Trigger information is not complete TriggerMetaData

has someone has ever encounter this error when using Kogito (with quarkus) to send Kafka messages from a flow (bpmn2 file) throwing an "Intermediate Message" from the intermediate events? [ERROR] com.package.xxxxxx.whenRunTestSupermarketSuccess …
0
votes
1 answer

RuleUnitProvider.get() throws an error when called from a Spring Boot RequestController

I have a spring-boot project that uses org.drools drools-ruleunits-engine 8.33.0.Final I have rules set up…
0
votes
1 answer

"drools-wiring-dynamic" error when modifying a Drools fact

I auto-generated a drools project using the archetype: mvn archetype:generate -DarchetypeGroupId=org.kie -DarchetypeArtifactId=kie-drools-exec-model-ruleunit-archetype -DarchetypeVersion=8.33.0.Final Modified the Measurement class to add: public…
0
votes
0 answers

kogito nested, infinite processes, thoughts and feasibility

I have a kogito setup(data-index, jobs-service, infinispan, kafka etc.) and works with my Quarkus application. My application has a parent .bpmn2 process, and in that process, I create a subprocess when a signal is received. See the process…
Mert Uygur
  • 55
  • 1
  • 5
0
votes
1 answer

How to obtain the Output variables in a Kogito Custom Task

I have created a Custom Task in my BPMN and have written a handler extending KogitoWorkItemHandler. The input values were obtained as the parameters and the result was pushed back as a Map. This was working fine in case of an single…
codeforHarman
  • 115
  • 1
  • 10
0
votes
1 answer

kogito return process instance not found after restart the service

I need some advice and explanation, according to my case. here is my kogito setup: kogito service --> dataIndex-postgresql-->Kogito Management Console --> Kogito Task Console. I create simple BPMN, it is just Task User. Test scenario: Service…
Encep
  • 23
  • 6
0
votes
2 answers

Kogito bpmn 2.0, intermediate signal parallel execution

I have created a basic bpmn 2.0 flow to demonstrate. I have a subprocess that I only want it to run once, and it has an infinite flow inside, it never dies. I have attached an "intermediate signal" on it. This signal does not cancel the subprocess…
Mert Uygur
  • 55
  • 1
  • 5
0
votes
1 answer

How to find the VSCode error when reading DMN file

I am using VSCode to design DMN files. Sometimes when I try to read a file, it simply displays the message: Editor content has not been set. Something went wrong. An attempt has been made to view the editor before content is set. Is there any way…
AgilePro
  • 5,588
  • 4
  • 33
  • 56
0
votes
1 answer

Integrate kie-tools standalone BPMN editor to my react app

I am trying to integrate the BPMN standalone editor available in the kie-tools repository into my react application. As an initial way, tried using the