Hi all,
I am new to Drools and need some help in clarifying a few things.
I am using "Kie-Drools-Workbench" docker container. This container has Drools and Postgres deployed on tomcat server.
I have a few simple rules written in Drools workbench, which basically perform simple mathematical operations and comparisons.
Now to test these rules, I am using the "Test Scenario" feature provided by Drools workbench.
My requirement is:- Instead of using the "Test Scenario" feature for giving inputs, I want to connect to a database and get the inputs from database rows. Is it possible to connect to any database from "Drools Workbench"(specifically) so that I can get these test inputs from the database?
If anything isn't clear, I can explain. Appreciate any help or leads. Thanks.