Kogito is the next generation of business automation platform focused on cloud-native development, deployment and execution.
Homepage: http://kogito.kie.org
Wiki: https://github.com/kiegroup/kogito-tooling/wiki
JIRA: https://issues.jboss.org/projects/KOGITO
jBPM: https://www.jbpm.org/
Drools: https://www.drools.org/
This module contains a number of examples that you can take a look at and try out yourself. Please take a look at the readme of each individual example for more details on how the example works and how to run it yourself (either locally or on Kubernetes):
- jBPM + Quarkus Hello World: README.md
- jBPM + Quarkus: README.md
- jBPM + Spring Boot: README.md
- jBPM + Drools + Quarkus: README.md - Onboarding example combining one process and two decision services
- Polyglot Drools with GraalVM: README.md
- Drools + Quarkus: README.md
- Drools + Quarkus with Unit: README.md
In kogito tooling releases page you will find extensions and released tooling packages.
Check out the source:
git clone [email protected]:kiegroup/kogito-tooling.git
If you don't have a GitHub account use this command instead:
git clone https://github.com/kiegroup/kogito-tooling.git
Build with Yarn:
cd kogito-tooling
yarn run init
#prod
yarn run build:prod
# dev
yarn run build # skips integration tests and production packing
yarn run build:fast # skips lint and unit tests
Final artifacts will be on
packages/*/dist
directories.
- KOGITO-155 Flicker when opening or restoring DMN/BPMN editors.
- KOGITO-156 Unable to detect 'dirty' state on DMN/BPMN editors. This means that when closing an editor with changes, we can't show a warning popup to remind the user to save it before closing.
- KOGITO-157 Copy/paste diagram parts between DMN/BPMN editors.
All contributions are welcome! Before you start please read the Developing Drools and jBPM guide.
Here are some of the most notable ones for quick reference:
- Quarkus - Using Kogito to add business automation capabilities to an application - This guide demonstrates how your Quarkus application can use Kogito to add business automation to power it up with business processes and rules.
- Quarkus - Getting Started - Quarkus Getting Started guide