commit | 3bfeeb39aa721516ad296889b1566a1ef6afcf63 | [log] [tgz] |
---|---|---|
author | Soniya Abraham <soniya3006@gmail.com> | Tue Mar 11 16:54:48 2025 +0530 |
committer | GitHub <noreply@github.com> | Tue Mar 11 12:24:48 2025 +0100 |
tree | 199e3ba233ef90753d443a8a7b200a0907ca9107 | |
parent | 1ada3539879340d39b572aab12e459f0dbb8dffb [diff] |
Corrected the README instructions (#2083) Co-authored-by: soniyaabraham <soniya.abraham@ibm.com>
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.
git clone git@github.com:apache/incubator-kie-kogito-examples.git
cd ./incubator-kie-kogito-examples/serverless-workflow-examples/serverless-workflow-funqy
Found an issue? Please report it here and we will take a look.
Everyone is encouraged to contribute to these examples by: