This repository contains a number of examples for Drools, jBPM, Kogito and Sonataflow 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.
Apache KIE Examples showcase use cases, features, applications, know-how's of everything our community's technology has to offer.
Apache KIE Examples are currently updated after a stable release.
Current stable branch is 10.0.x
, pointing to the latest released 10.0.0
version.
Current development branch is main
.
The examples that use Quarkus use the Quarkus core BOM by default.
If you want to use an alternative BOM when building the Apache KIE Quarkus quickstarts you can override the quarkus.platform.*
properties. The following example shows how to set quarkus.platform.artifact-id
to use the quarkus-universe-bom.
mvn -Dquarkus.platform.artifact-id=quarkus-universe-bom clean install
Currently, only Drools is part of the Quarkus Platform.
Note: Integration of Kogito and Sonataflow are in progress.
- Clone this repository
git clone git@github.com:apache/incubator-kie-kogito-examples.git
- Navigate to the root of the example's directory
cd ./incubator-kie-kogito-examples/serverless-workflow-examples/serverless-workflow-funqy
- Open the README.md and follow its instructions
Found an issue? Please report it here and we will take a look.
Everyone is encouraged to contribute to these examples by:
- trying it out and providing feedback and ideas for improvement
- creating new examples by sending a pull-request against main branch
- blogging about it
- using it on conferences and workshops
- Do you have a reproducer for your issue?
- If so, please open a new issue in Github repository with the details of your issue and affected example.
- Are you encountering an issue but unsure of what is going on?
- Start a new thread in our Apache KIE Zulip chat. Please use the channel which the example is related to.
- Please provide as much relevant information as you can as to what could be causing the issue and a reproducer. Our developers will help you figure out what's going wrong.
- Do you have a feature/enhancement request?
- Please open a new thread in the Kogito stream of the KIE Zulip chat to start a discussion there.