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).
Since Kogito aims at supporting both Quarkus and Spring Boot each example usually provides both type of projects.
- Default branch is
stable
, pointing to the latest released version. - You can also check all versions by looking at releases.
Everyone is encouraged to contribute to these examples by
- trying it out and providing feedback and ideas for improvement
- create new examples -- in this case, make sure your PR is against the
master
branch! - blogging about it
- using it on conferences and workshops
shows most basic use of processes to build up a hello world example
shows integration between processes and rules.
shows how message start and end events can be easily used to integrate with Apache Kafka to consume where message name is the Kafka topic and the payload is mapped to process variable. Uses custom types that are serialized into JSON.
shows long running processes with Infinispan persistence so the state of process instances can be preserved across service restarts.
shows how easy it is to use local services to be invoked from within process. Allows easy and readable service invocation use cases to be covered.
shows REST service invocation and parsing data back to an object instance used as process variable.
shows user task interactions with four eye principle applied
shows user task interactions with four eye principle applied that supports custom life cycle that allows to add additional phases to user tasks to indicate other states.
shows user task interactions with four eye principle applied with security restrictions on REST api.
shows timers (intermediate and boundary) that allows to introduce delays in process execution
- Onboarding example combining 1 process and two decision services: see README.md
- Rules on Quarkus: see README.md
- Rules on Quarkus with Unit: see README.md
- Process on Quarkus: see README.md
- Process on Spring Boot: see README.md
Every example has a directory named operator
including the YAML files to deploy it using the Kogito Operator in an OpenShift cluster.
Please refer to the Kogito Documentation
of how to install the operator to your environment in order to try it there.