kie-workbench

Compile drools guided decision table into rules

点点圈 提交于 2019-12-05 01:32:50
I am wondering how I could use a guided decision table from the Drools Workbench inside a Java application using the drools runtime. The idea is that a user would work defining rules, processes and some decision tables in the workbench, which will be picked up by the drools runtime. Still, for some reason, I can't figure out how to execute this in drools, since it stored the table as a gdst file and it does not seem to compile to drools. With drools, is there a way to: - execute the gdst file as I would with an excel decision table? - or compile a gdst file in rules? I've been looking for a

JBPM 6.2. How to deploy a workflow directly from Eclipse instead of KIE workbench?

徘徊边缘 提交于 2019-12-04 19:13:48
I am using Eclipse Luna and WildFly 8.1 with JBPM 6.2. Currently, my Eclipse is configured so that I can start both the WildFly 8.1 server and the KIE workbench directly from within Eclipse. Previously, I had created an Evaluation.bpmn workflow from the KIE workbench and was able to succesfully deploy it and see the workflow logs in the database tables. However, is there a way to create a JBPM project in Eclipse and deploy and start the workflow directly from Eclipse? If so, how can I do it? This isn't deploying from eclipse. The best way is: Create a m2e project mentioned by @jl987 Create a

HelloWorld using Drools Workbench & KIE Server

China☆狼群 提交于 2019-12-02 15:02:51
问题 Have KIE Drools Workbench 6.2.0 Final installed inside a JBoss 7 Application Server local instance and Kie Server 6.2.0 Final inside a local Tomcat 7 instance. Using the web based KIE Workbench strictly for evaluation purposes (am using it to code generate Java based Maven projects and am not using a particular IDE such as Eclipse or IntelliJ IDEA): Created a new repository called testRepo Created a new project called HelloWorld Created a new Data Object called HelloWorld with a String

HelloWorld using Drools Workbench & KIE Server

三世轮回 提交于 2019-12-02 03:54:37
Have KIE Drools Workbench 6.2.0 Final installed inside a JBoss 7 Application Server local instance and Kie Server 6.2.0 Final inside a local Tomcat 7 instance. Using the web based KIE Workbench strictly for evaluation purposes (am using it to code generate Java based Maven projects and am not using a particular IDE such as Eclipse or IntelliJ IDEA): Created a new repository called testRepo Created a new project called HelloWorld Created a new Data Object called HelloWorld with a String property called message: package demo; /** * This class was automatically generated by the data modeler tool.