Questions tagged [kie-workbench]

A kind of Web IDE for Drools, CEP, Optaplanner

170 questions
18
votes
13 answers

Tables could not be fetched - Error loading schema content

I open workbench and connect to a local database on XAMPP and when open the connection the schema show the error message: "tables could not be fetched"
10
votes
1 answer

Compile drools guided decision table into rules

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…
Kevin Chabot
  • 471
  • 5
  • 11
7
votes
0 answers

How to deploy a rules kjar to S3 bucket from within the kie workbench?

I am trying to use a S3 bucket as a remote maven repository via which to distribute the rules jar, created with the kie workbench UI, to where they are needed. If i package the rules with maven from my IDE, i can successfully upload the jar to s3…
7
votes
3 answers

Relationship between JBPM, KIE Server, KIE Workbench and JBoss EAP

I want to know what is the difference between jbpm, kie server and kie workbench. I am working on jbpm tutorial now and so I downloaded the full installer. However, I read that: 1. jbpm could be distribuited as different jars. 2. kie server is…
user1785771
  • 487
  • 2
  • 7
  • 18
7
votes
1 answer

Difference between Kie Server, Business Central and Kie Workbench?

I am new to jBPM. I have developed and deployed a Business Process through Business Central (KIE Workbench) only and it is working fine. I haven't used Kie Server directly. I wanted to know the difference between Kie Server and Business Central. Can…
3
votes
0 answers

Is there a way to embed the business central inside the custom spring boot application?

Am new to Jbpm, currently am following the tutorial from https://docs.jboss.org/jbpm/release/7.19.0.Final/jbpm-docs/html_single/, according to the above mentioned tutorials, my custom application runs in localhost:8090, whereas my business central…
3
votes
1 answer

How to Integrate Kie-workbench with springboot?

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…
vishnu murali
  • 41
  • 2
  • 12
3
votes
1 answer

Unable to import project from remote git/stash repository to Business-Central

I am running jbpm 7.16 on jboss eap7.1. I am trying to import the projects from my stash/git repository in business central but getting below error -" There are no projects available to import. Check the repository URL and authentication options."…
3
votes
2 answers

Where exactly does KIE Workbench create a project?

Before anyone starts downvoting this question, I tried Googling this with all combinations of the words "kie", "project", "where", "location", "workbench", "pom", "source", "files" and I did not get one single answer. I am running kie-wb.war on…
EdmDroid
  • 1,350
  • 1
  • 11
  • 25
3
votes
2 answers

Drools- Rule Compilation error name cannot be resolved to a variable Syntax error, insert ";" to complete Statement

I'm trying to build a simple rule on KIE Workbench/Drools in a new DRL file and I keep getting the following error on build & deploy Rule Compilation error name cannot be resolved to a variable Syntax error, insert ";" to complete Statement here's…
tls11
  • 73
  • 1
  • 1
  • 7
3
votes
1 answer

Is it possible to enrich data of MSSQL Database with the KIE Workbench?

is it possible to enrich data of MSSQL Database with the KIE Workbench? I've installed the KIE Workbench(6.4.0) and the Execution Server(6.4.0) under Wildfly(8.1) and both are working fine. But now I've to create a Data Object with values from a…
Marv174
  • 33
  • 7
3
votes
2 answers

Optaplanner Integration with Drools Workbench

I have an application (web-based) based on Optaplanner and it reads in scoring constraints from a static .drl file in the classpath to solve against. However, I am now trying to allow the customer to create/change the rules via the Drools Workbench…
Wojo
  • 111
  • 1
  • 1
  • 5
2
votes
1 answer

Drools workbench 7.5.0.Final not able to add some dependency to its package white list

Refer attached screenshot to describe the problem. From the setting I am not able to change "package not Included" to "All Package Included" for artifact package drools-webService and gitLab4-api. I am running drools work bench on tomcat 7.
2
votes
1 answer

got forbidden login in on Kie-server

I'm following one tutorial to get kie-drools-workbench and kie-server working: https://www.intertech.com/Blog/simple-setup-of-drools-kie-workbench-and-kie-server-in-one-wildfly-instance/ Installed wildfly and downloaded the…
Bruno
  • 404
  • 4
  • 16
2
votes
1 answer
1
2 3
11 12