Kogito Example :: Kogito Quickstarts :: 02.- Kogito Example with Authentication

Kogito Example

License

License

GroupId

GroupId

org.kie.kogito
ArtifactId

ArtifactId

02-kogito-auth-example
Last Version

Last Version

1.4.1.Final
Release Date

Release Date

Type

Type

jar
Description

Description

Kogito Example :: Kogito Quickstarts :: 02.- Kogito Example with Authentication
Kogito Example
Project Organization

Project Organization

JBoss by Red Hat

Download 02-kogito-auth-example

How to add to project

<!-- https://jarcasting.com/artifacts/org.kie.kogito/02-kogito-auth-example/ -->
<dependency>
    <groupId>org.kie.kogito</groupId>
    <artifactId>02-kogito-auth-example</artifactId>
    <version>1.4.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito/02-kogito-auth-example/
implementation 'org.kie.kogito:02-kogito-auth-example:1.4.1.Final'
// https://jarcasting.com/artifacts/org.kie.kogito/02-kogito-auth-example/
implementation ("org.kie.kogito:02-kogito-auth-example:1.4.1.Final")
'org.kie.kogito:02-kogito-auth-example:jar:1.4.1.Final'
<dependency org="org.kie.kogito" name="02-kogito-auth-example" rev="1.4.1.Final">
  <artifact name="02-kogito-auth-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito', module='02-kogito-auth-example', version='1.4.1.Final')
)
libraryDependencies += "org.kie.kogito" % "02-kogito-auth-example" % "1.4.1.Final"
[org.kie.kogito/02-kogito-auth-example "1.4.1.Final"]

Dependencies

compile (12)

Group / Artifact Type Version
org.kie.kogito : kogito-quarkus jar
io.quarkus : quarkus-resteasy jar
io.quarkus : quarkus-resteasy-jackson jar
io.quarkus : quarkus-arc jar
io.quarkus : quarkus-oidc jar
org.kie.kogito : infinispan-persistence-addon jar
io.quarkus : quarkus-infinispan-client jar
io.quarkus : quarkus-smallrye-reactive-messaging-kafka jar
io.quarkus : quarkus-smallrye-openapi jar
org.kie.kogito : kogito-events-reactive-messaging-addon jar
org.kie.kogito : process-management-addon jar
org.kie.kogito : process-svg-quarkus-addon jar

test (3)

Group / Artifact Type Version
io.quarkus : quarkus-junit5 jar
io.rest-assured : rest-assured jar 4.3.0
org.kie.kogito : kogito-test-utils jar 1.4.1.Final

Project Modules

There are no modules declared in this project.

Kogito Examples

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.

Contribution

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

Process hello world with scripts

shows most basic use of processes to build up a hello world example

Process with business rules

shows integration between processes and rules.

Process with Kafka

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.

Process with Infinispan persistence

shows long running processes with Infinispan persistence so the state of process instances can be preserved across service restarts.

Process with service invocation

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.

Process with REST call

shows REST service invocation and parsing data back to an object instance used as process variable.

Process with user tasks

shows user task interactions with four eye principle applied

Process with user tasks based on custom life cycle

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.

Process with user tasks with security on REST api

shows user task interactions with four eye principle applied with security restrictions on REST api.

Process with timers

shows timers (intermediate and boundary) that allows to introduce delays in process execution

Other Misc Examples

  • 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

Trying the examples with the Kogito Operator

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.

org.kie.kogito

KIE (Drools, OptaPlanner and jBPM)

Code of the Drools rule engine, OptaPlanner constraint solver and jBPM workflow engine.

Versions

Version
1.4.1.Final
1.4.0.Final
1.3.0.Final