0

Is it possible to import or export the rules into KIE workbench? I am working on Drools using KIE workbench.

Sameer Ahmed
  • 1
  • 1
  • 2

1 Answers1

0

In my answer of this other post I explain how the Kie-Workbench uses Git as a repository for all its assets (rules, decision tables, processes, etc.). This answer also shows how you can get a clone of that repository, do some changes on it and push those changes back to the Kie-Workbench.

If you are planning to upload rules in .drl format, this may be the easiest way to do it.

Hope it helps,

Community
  • 1
  • 1
Esteban Aliverti
  • 6,259
  • 2
  • 19
  • 31