Reputation: 19
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.
Upvotes: -1
Views: 76
Reputation: 19
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
Upvotes: -1