Questions tagged [redhat-bpm]

For development issues encountered while using Red Hat JBoss BPM Suite

Red Hat JBoss BPM Suite is a platform that combines business rules and process management (BPM), and complex event processing.

Click here for free development subscription which allows you to download Red Hat JBoss BPM Suite for development use https://developers.redhat.com/downloads/

45 questions
5
votes
1 answer

XA Transaction broken in jBPM+jBoss during Oracle to SQL Server migration

Recently started a migration of a large Java EE application from Oracle 12c to MS SQL Server 2016. Most functionality has been smoke tested to work OK including the Quartz Scheduler, basic JMS functions, Hibernate and EJBs working ok, etc. One weird…
Andrew Grothe
  • 2,562
  • 1
  • 32
  • 48
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
0 answers

Unable to access Business Central/Decision Central even on a fresh installation of the product and displays message "Please wait Loading Application"

I have installed the current version of jbpm. After the installation, start and successful login Business central waits for forever and the page does not appear. I have found the problem reported…
Elmar N.
  • 31
  • 1
2
votes
1 answer

Is there a RESTful Interface for Executing DRL Business Rules via Red Hat's Process Automation Manager / KIE Decision Server?

I'm trying to set up a few basic "hello world" business rules using Red Hat's Process Automation Manager (7.10.0). There's a few ways to do this - DMN, Guided Decision Tables, Spreadsheets, DRL (Drools), etc. I'm mostly interested in evaluating "raw…
littleK
  • 19,521
  • 30
  • 128
  • 188
1
vote
0 answers

ActionHandler in jbpm7?

I am migrating my jbpm framework from 3 to 7. I want to migrate the actionHandlers there. Can anyone help me with the equivalent of ActionHandler(from jbpm 3) to jbpm7? Also how can I make it execute when a node is completed? JBPM3 has this xml…
1
vote
0 answers

Not able to see Kie Server in Business Central for Standalone rhpam 7.9 jar

I have tried passing the following config settings to rhpam 7.9 standalone.jar(https://developers.redhat.com/download-manager/file/rhpam-7.9.0-business-central-standalone.jar) and have a Kie Server Spring Boot starter up and running. However I am…
js6yaml
  • 85
  • 1
  • 9
1
vote
1 answer

How to add fields for java.util.map in data object of jboss rhpam bpmn

I am using jboss rhpam for bpmn in that I have created the data object, I want to use one field with data type as jav.util.map but I in that data object this type is not present. So Can we add Map in the data object. And if added how the form will…
S.R
  • 113
  • 11
1
vote
1 answer

How to create KJar locally without using business central kie containers

Do we have any documentation / suggestion available on how to generate/build Redhat Drools rules Kjar locally without using Business Central Kie-Containers ? Any advice/help would be greatly appreciated.
1
vote
1 answer

How to execute drools kjar locally using java application and without using kie-server containers?

I need to create the kjar from a drools rule project and use it in another java application as a dependency. How can I execute the kjar in the java application in embedded mode without using any kie-server?
pai
  • 33
  • 1
  • 5
1
vote
2 answers

executing claim rest call on JBPM return PermissionDeniedException

I'm a JBPM newbie and I recently started playing with jBPM Workbench Showcase Docker image, and more specifically the hiring process. Everything works fine on the console, But when I tried to use JBPM rest API to control the process I got a…
Aboullaite
  • 394
  • 1
  • 3
  • 17
0
votes
0 answers

JBPM task assign manually

I am working with JBPM I want manager of group to decide which task will be executed by which user in process evey time it is executed. Is it possible if yes please tell how? I am a beginner so I read documentation about it but I find nothing about…
rony
  • 1
0
votes
0 answers

drools activation-group rules not firing and not working as expected

All, I have a simple .drl that is trying to fire rules in a specific activation-group, all in the same default agenda group, MAIN. There are 7 rules, named start, a, b, c, d, e. f. The start rule has an empty LHS and always fires. Rules a, b, and…
Fred Bulah
  • 41
  • 1
0
votes
0 answers

Load Drools Guided Decision Table to Java List/Map

Hi I was wondering if there is a way to load all the content of the guided decision table to java collection (list/map)? I achieved this by making each rule(row) calling a java method where I add this to a hashmap but performance-wise is really bad…
Kyle
  • 330
  • 1
  • 4
  • 13
0
votes
0 answers

PackageDescr incompatibility - Drools migration from 5.5.0 to 6.2.0

We are migrating Drools from 5.5.0 to 6.2.0. I am not able to figure compatible usage of org.drools.compiler.lang.descr.PackageDescr which is implementing org.kie.internal.definition.KnowledgeDescr. We get an instance of PackageDescr from…
0
votes
1 answer

^^^^ 'secure-deployment' isn't an allowed element here

Good morning I am trying to perform an SSO integration (keycloak) with RHPam (JBPM) but when configuring the adapter in JBoss (Wildfly) it throws the following error: 22:02:24,920 INFO [org.wildfly.security] (ServerService Thread Pool -- 15)…
1
2 3