stackflowUser1134
stackflowUser1134

Reputation: 19

Adding DRL resources without workbench to Kieserver

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

Answers (1)

stackflowUser1134
stackflowUser1134

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

Related Questions