tree: 3bdef975079ccd4e2dcf88629292cc98de8effa7 [path history] [tgz]
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
kogito-java-examples/rules-embedded-mode-example/README.md

rules-embedded-mode-example

Is an example of runing DRL rules using plain java. This is an example rule for approving and declining the loan application. Please notice, the rule is only example that do not cover all cases from the banking domain.

Execute

Simply run the main class org.kie.kogito.rules.embedded.RulesEmbeddedModeExample either from the IDE or your command line.