Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.26 KB

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: