3

I am having Kie workbench and I am having seperate springboot application. Now i want to use certain rules created in that workbench from my local spring boot application....

What are the steps to be followed to interact with KIE Workbench and what are the configurations to be made on both sides(KIE WORKBENCH & Springboot application)

vishnu murali
  • 41
  • 2
  • 12

1 Answers1

1

Do you have kie-server.war installed along with workbench?

If yes, then you can deploy your project into kie-server and use REST API or java client to fire rules from your application. Please refer documentation Kie-server installation to understand more about using kie-server to deploy projects and configurations.

Sudhish Nair
  • 414
  • 3
  • 7