0.1.0-alpha2
10 files changed
tree: e6f9dfb010d8eeb7ce3e358e743e24e33490f0d2
  1. docs/
  2. packages/
  3. .gitignore
  4. Jenkinsfile
  5. lerna.json
  6. LICENSE
  7. package.json
  8. prettier.config.js
  9. README.md
  10. tsconfig.json
  11. tslint.json
  12. yarn.lock
README.md

Kogito

Kogito is the next generation of business automation platform focused on cloud-native development, deployment and execution.

GitHub Stars GitHub Forks GitHub Issues Pull Requests Contributors License Twitter Follow

Quick Links

Homepage: http://kogito.kie.org

Wiki: https://github.com/kiegroup/kogito-tooling/wiki

JIRA: https://issues.jboss.org/projects/KOGITO

jBPM: https://www.jbpm.org/

Drools: https://www.drools.org/

Getting Started

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):

Building from source

Check out the source:

git clone git@github.com:kiegroup/kogito-tooling.git

If you don't have a GitHub account use this command instead:

git clone https://github.com/kiegroup/kogito-tooling.git

Build with Yarn:

cd kogito-tooling
yarn run init

#prod
yarn run build:prod

# dev
yarn run build # skips integration tests and production packing
yarn run build:fast # skips lint and unit tests

Final artifacts will be on packages/*/dist directories.

Known issues

  • KOGITO-155 Flicker when opening or restoring DMN/BPMN editors.
  • KOGITO-156 Unable to detect ‘dirty’ state on DMN/BPMN editors. This means that when closing an editor with changes, we can't show a warning popup to remind the user to save it before closing.
  • KOGITO-157 Copy/paste diagram parts between DMN/BPMN editors.

Contributing to Kogito

All contributions are welcome! Before you start please read the Developing Drools and jBPM guide.

Guides

Here are some of the most notable ones for quick reference: