KIE-Server Client Examples

This demo project provides examples on how to use the KIE-Server Java Client to:

  • Start a business process
  • Execute rules
  • Evaluate a DMN model on a remote KIE-Server execution server.

The code has 3 simple Main classes, one for each example, that can be executed to interact with a remote KIE-Server. Comments in the code explain the various APIs that are being used to successfully execute a command against KIE-Server.

The Main classes can be found here:

All the demos that these examples use can be found on the JBoss Demo Central Github repository: