Questions tagged [kie-server]

95 questions
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…
4
votes
1 answer

Can't "see" KIE server in Drools Workbench using docker-compose

I'm running the jboss/drools-workbench and jboss/kie-server images with Docker using: # Start Drools workbench docker run -p 18080:8080 -p 8001:8001 -d --name drools-wb jboss/drools-workbench-showcase:latest # Start the KIE server and link the…
zahid
  • 83
  • 1
  • 8
3
votes
0 answers

KIE server not appearing below Remote server in KIE workbench (v7.53.0.Final w/ WildFly19.10.Final)

Please help with this problem. Problem summary I'm trying to setup the KIE workbench and KIE server to work with DRL rules. I'm able to setup both by following this link.…
greatminds
  • 31
  • 2
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

Error unmarshalling input when calling REST API Business Central using JSON Body on Rule

I'm new in Business Central. I'm trying to call REST API using POST request in Postman, and it give response like this { "type": "FAILURE", "msg": "Error calling container messageApp_1.0.0-SNAPSHOT: Error unmarshalling input", "result":…
Hakim
  • 97
  • 9
3
votes
0 answers

KIE Server REST API to create, retrieve and update rules at runtime

I am trying to use the KIE Server REST API as documented in: https://docs.jboss.org/drools/release/7.27.0.Final/drools-docs/html_single/index.html#kie-server-rest-api-con_kie-apis. Specifically, I want to use the API for: "Retrieve and update…
Sampath Ms
  • 31
  • 2
3
votes
2 answers

Drools controller URL responding with error code 405

We are exploring Drools BPM for one of our new project. I am basically from .Net background and doesn't have much knowledge with java techs. Our expectation is that we should able to create rules and workflows using Drools so that it can be exposed…
Sri
  • 31
  • 1
  • 4
3
votes
0 answers

Kie Server - JAXB error

I'm working with a third-party jar for the fact. In this jar there are some interfaces, so when I consume the kie server REST API, I get a JAXB error, the log is at the bottom. If I try to marshal / un-marshal the BatchExecutionCommand using kie…
mcalcagno
  • 123
  • 8
3
votes
2 answers

Drools Workbench - How to push back changes to a cloned repository?

I'm working with Drools-Workbench and Kie Execution Server. Both are installed with Docker from these hub resources: https://hub.docker.com/r/jboss/kie-server-showcase/ https://hub.docker.com/r/jboss/drools-workbench-showcase/ From Drools Workbench…
Noam Ofek
  • 265
  • 1
  • 10
3
votes
1 answer

Drools drl file and calling from an API call

I'm new to Drools and trying to get my head round it all... I have a rule which I've created in Workbench 6.3.0.Final: package demo.dummyapp; import java.lang.Boolean; rule "RuleThree" dialect "mvel" when SMS(sendMessage == true ) …
NewbieGrails
  • 93
  • 2
  • 11
2
votes
0 answers

Drools with last version of Oracle JDK

Would it be possible to use the latest version of Drools 7.63.0.Final with the latest version of Tomcat 10.0.14 and Java Oracle JDK 17 LTS ? I notice that the latest version of Drools7.63.0.Final can only work/is supproted with Wildfly 23 which only…
lmelaam
  • 107
  • 1
  • 6
2
votes
2 answers

How to create a user by API or Programmatically in jbpm rhpam BPMN kie-server

I have one application, whenever someone signup in my application, then that user should be created in jbpm. So that whenever new tasks are added he can approve it. I am using rhpam jbpm business-central which is running on localhost.…
S.R
  • 113
  • 11
2
votes
2 answers

Remote Server Unavilable in Business Central

I am using docker compose image to connect jbpm with postgresql. I have done the authentication of business central through database users by changing login module in security domain section. After successful login of database user, using url…
Neha
  • 109
  • 3
  • 15
2
votes
0 answers

AgendaFilter is not working with kie Execution server 7.32 API

I am new to Kie execution server. I uploaded kjar with multiple drl files in execution server and using kie server client api to execute these rules. So far i am able to execute and getting result. Now i have a requirement of executing the rules…
prashant
  • 39
  • 5
1
2 3 4 5 6 7