Adding DRL resources without workbench to Kieserver

72 Views Asked by At

Is there a way to deploy drool files in kieserver without using workbench ? I want to create DRL files using eclipse IDE and deploy/execute rule definitions via HTTP/REST on stand alone kieserver.

1

There are 1 best solutions below

0
stackflowUser1134 On

Using kie-server-spring-boot-starter-drools I was able to setup a service packaging rule definition as DRL and invoke through HTTP/Rest post call on kieserver