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

How does one configure Kogito to fire BPMN Notifications?

I have an extremely basic BPMN2 diagram that is being served by a local Kogito instance. I can move through the various tasks without issue. A single user task has a notification configured to send an email. This notification configuration was…
BrandonKowalski
  • 118
  • 2
  • 10
0
votes
2 answers

Is there way to insert fact using hibernate based on Rule LHS in drools

I'm new in drools. I've found way to automatically insert fact from database based on rule's lhs in drl file. if there is rule like this, 1: rule "simple rule" 2: when 3: Student( name == "Andy" ) 4: then 5: end Then I…
이세훈
  • 1
  • 2
0
votes
1 answer

How to call DMN in another DMN?

I have a DMN which calculates (a common unit of work), which I want to plug-in in another DMN. Is there an example for this in kogito examples? Can someone help me to get me an example.
0
votes
1 answer

Issue running Kogito DMN TrafficViolationTest in my junit

I imported dmn-quarkus-example project into eclipse. the project compiles and shows no errors. when I run mvn clean quarkus:dev, I was able to test the rest endpoint through postman and it works. but my junit in my eclipse fails with 404. I read few…
0
votes
1 answer

Is there a way to enable trace to display the sequence of decisions executed for a DMN in Kogito?

I finally got my sample dmn-quarkus example running. Is there a property that enables the trace, such a way it prints the sequence of decisions executed? I noticed that when I provide a incorrect JSON for my DMN model, Kogito responds with a detail…
0
votes
1 answer

Looking into what's wrong with the Quarkus 1.2.Final and Kogito 0.7.1 project

I am forced not to use Kogito parent bom for reasons I can't explain. So I got a Maven project which is based on Quarkus 1.2.Final and Kogito 0.7.1, and was able to resolve all the version mismatch issues. The code compiles but fails to run tests.…
-1
votes
1 answer

in kie Server DMN compile time is very long

on compiling DMN file in Kogito (Quarkus) the compile time is very long more than 15 minutes. Where I am getting it wrong. The DMN is attached herewith I was expecting it to be less than a minute for this DMN
Abhi
  • 1
-1
votes
1 answer

Add Custom Actors and Groups in Kogito User Task

I am trying to customize my own BPMN editor using the kie-tools repository bu kiegroup. I am able edit and modify various features and UI. But in case of User Tasks, i am unable to populate the Actors and Group list as per my required logic. Is…
codeforHarman
  • 115
  • 1
  • 10
-1
votes
1 answer

RuleUnit + Quarkus example's drl file - What is the difference between the usage of the variables `$l` and `$a`?

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

RuleUnit + Quarkus example's drl file - What's the difference between `modify` and `update`?

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
1 2 3 4 5
6