incubator-kie-kogito-examples
incubator-kie-kogito-examples copied to clipboard
Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
Many thanks for submitting your Pull Request :heart:! See: https://issues.redhat.com/browse/KOGITO-7380 Please make sure that your PR meets the following requirements: **WARNING! Please make sure you are opening your PR against...
### Describe the bug I cloned kogito-examples and followed instructions on README (in my case, it was process-usertasks-with-security-oidc-quarkus-with-console). After making mvn clean install, then docker-compose/startServices.sh, and then running quarkus demo...
### Describe the bug I am using Start Timer in a process. The process is very simple. **Start Timer -> Script Task ->End** But getting below error: `java.lang.UnsupportedOperationException: Scheduling for...
The README.md of the process-monitoring-springboot example has incorrect metric paths (`/metrics` instead of `/actuator/prometheus`) Related issue [KOGITO-7432](https://issues.redhat.com/browse/KOGITO-7432)
Many thanks for submitting your Pull Request :heart:! https://issues.redhat.com/browse/KOGITO-6297 Please make sure that your PR meets the following requirements: **WARNING! Please make sure you are opening your PR against `main`...
### Describe the bug I am trying to execute dev services withing process-usertasks-with-security-oidc-quarkus-with-console kogito demo, but it throws an error about same port conflicting for data index. Notice that these...
### Describe the bug After creating a new process instance, I tried to access Task schema (so I can generate a form), Kogito runtime replies that the task doesn't belong...
Many thanks for submitting your Pull Request :heart:! Please make sure that your PR meets the following requirements: **WARNING! Please make sure you are opening your PR against `main` branch!**...
### Description Hi Team, We have implemented with custom graphql API on data index but it is not reflecting with data-index graphql playground(/graphql) we have added graphql-client as dependency ....