Questions tagged [jbpm]
jBPM is a light-weight business process management suite written in Java. Use this tag for questions related to jBPM usage and workflows.
jbpm
1,454
questions
0
votes
0
answers
3
views
Suspend API not working on 'Created' Task Status in JBPM V6.4
TaskService.suspend(id, user) is used for suspending tasks status by taking the inputs as Task Id and User Id in JBPM V6.4.
But we have some tasks in Created Status which are not being considered by ...
0
votes
1
answer
45
views
Nginx reverse proxy to jBPM Business-Central doesn't work as expected
So my setup is simple. I'm using docker compose to spin up a DB, jBPM and a reverse proxy Nginx service so I can add custom domain and TLS to the equation here.
Docker-compose.yml
version: '3.8'
...
0
votes
0
answers
15
views
Error when starting JBPM Server 7.74.1 Community
I'm new with JBPM and I downloaded the latest Community version from official website.
enter image description here
After unzip the file I ran the standalone.bat as the page says but I'm getting some ...
-1
votes
0
answers
11
views
What is the use of Project -> Settings -> Deployments -> Globals in jBPM?
In jBPM, under the Project settings, there is a section called Deployments. Inside this section, there is a tab called "Global". Is this for defining global variables? How is it used in ...
0
votes
0
answers
21
views
Is it possible for the Human Task User to change the SLA, if the given task isn't completed within the Due Date
The requirement is that, within the given SLA, if the User isn't able to complete the task, idly the control goes the next node, by simply ending the Human Task.
But in this case, is it possible for ...
0
votes
0
answers
9
views
Use data in Databricks delta lake as input to rule
I just starting with JBPM, and was wondering if this possible
In my use case data upon which business rules need to be applied is in Dtabricks delta lake and also in some cases MS SQL Server database.
...
1
vote
0
answers
80
views
How to create dynamic workflows in Kogito?
I have a unique scenario where the end user can define/edit certain flows(bpmn). Is there any way in Kogito that I can achieve this? I want to create new and also edit the bpmn after deployment. It ...
0
votes
0
answers
52
views
Unexpected element '{urn:jboss:domain:keycloak:1.1}subsystem'
Using JBPM version-7.74 and the wildfly version is 23.2, Trying to install keycloak getting below error.
OPVDX001: Validation error in standalone-full.xml 566: 567: 568: Unexpected element '{urn:...
0
votes
0
answers
36
views
How to persist the Process instance details of JBPM process into database so that on application start up we can recover process instances
I am currently using the JBPM 7.74 embedded in spring boot 3 app.
I want to persist the process instances kiesession into database so that on spring boot application start up the previous non-...
0
votes
0
answers
63
views
Facing [io.undertow.request.io] (default task-4) Exception handling request to /business-central/: java.io.IOException: UT010029: Stream is closed
I am working on jbpm-server-7.74.1.Final-dist project.
The jbpm workbench successfully authenticates and move to dashboard when the url is
http://localhost:8080/business-central/kie-wb.jsp
When I bind ...
0
votes
0
answers
64
views
No executable model found for artifact <G:A:V>. Falling back to resources parsing
I've linked a Business Rule Task in one kjar (holds the bpmn files) to the DRL file in another kjar to account for the distinct cadence of Processes vs rules as advised by Maciec in the KIE Blog ...
0
votes
0
answers
52
views
How can I connect an embedded or reusable sub process back to a human activity that threw its originating message/signal event
I'm trying to model a BPMN process in RHPAM Business Central where the
first activity is a Human Task to create a master (security).
As part of this task, the user will select values from two other ...
0
votes
0
answers
17
views
Unable to get result when making post or get call to 3rd party website with process diagram on jbpm Docker version
I have created a task to make post call onto 3rd party website , where I have a API url, auth-basic,username,password,'Content-Type: application/x-www-form-urlencoded', method: post , and have a body ...
0
votes
0
answers
32
views
jBPM not allows to move and customize the positon of symbol label
I'm using the jBPM Server distribution, exactly the jBPM 7.74.1.Final server (single zip) distribution and I have install it in my local machine.
When I design a Business Process diagram, jBPM ...
0
votes
1
answer
47
views
Error trying to access to Data Object definition in a project that have included a dependency to Gson library
I'm using the jBPM Server distribution, exactly the jBPM 7.74.1.Final server (single zip) distribution and I have install it in my local machine.
I have a project with different Data Objects to manage ...
0
votes
1
answer
94
views
Exporting complete projects to be imported in a new installation
I need to export a complete project (with all its objects) from a jBPM environment (local installation) to be imported in a new jBPM environment (in a server installation).
I'm using the jBPM Server ...
0
votes
0
answers
66
views
Inquiry about jbpm to support springboot 3. x
We are currently facing a pivotal challenge as we are in the process of upgrading our projects from Spring Boot 2 to Spring Boot 3.x. This upgrade is crucial for us to take advantage of the latest ...
0
votes
0
answers
96
views
Session timeout every 5 minutes and I have to loggin again
I have a message regarding timeout session and have to loggin again, losing all not saved work
Hi,
I'm using the jBPM Server distribution, exactly the jBPM 7.74.1.Final server (single zip) ...
0
votes
0
answers
50
views
Using Sub-process from a different project does not work
I want to create a project with different utilities process used in others projects (in example, process to send an email, process to send a document for a digital sign, etc).
But the problems cames ...
0
votes
0
answers
22
views
How to stop a timer in jbpm once it has started?
I am timing a flow using intermediate catch timer in jbpm. Once the flow is completed within the duration, I want the timer to stop as well without terminating the entire process . Is there a way we ...
1
vote
1
answer
63
views
When I am importing the decision table in the decision table asset. I am getting back slash before the double quotation in drl file. How to fix it?
Below is my decision table(see Decision table screenshot). I have conditions in each rule. And I am having a double quotation for string datatype value. I am getting back slash before double quotation ...
0
votes
1
answer
57
views
Unable to create a Jbpm process with REST API
I have BPMN having a message start event as shown:
This message comes in from kafka.
Now I am trying to start a new process instance of the specified BPMN process using REST API which is documented ...
0
votes
2
answers
318
views
Setting up LDAP with jBPM (Kie Server) 7.74.1.Final in Docker
I have setup jBPM by using the following docker image: jboss/jbpm-server-full:latest
Setting up LDAP
After following the steps mentioned in https://blog.kie.org/2021/02/migrating-jbpm-images-secured-...
0
votes
0
answers
29
views
Drl in BusinessRuleTask not work on business center
I am using BusinessRuleTask on business center.
here is my project:
https://github.com/KellerXD/kie-4-kjar
here i trigger process
enter image description here
I expect have log
enter image description ...
0
votes
0
answers
17
views
Automated process flow testing for each process in JBPM Business-central
Can we conduct automated process flow testing for each process in JBPM Business-central, both for "direct flow" and for "processes that need input to progress" without manual ...
0
votes
0
answers
63
views
Getting build error in Drools embedded eclipse
I installed Drools in eclipse via jbpm drools integration 7.46 and added defined runtime as well but While creating new drools project its showing build error saying "Errors running builder '...
0
votes
0
answers
28
views
JBPM Persistence issue
After upgrading JBPM to 7.13 from 7.11 the data persisted at human task is creating 2 records in the table instead of one. Anyone faced this issue or know why this could happen?
Upgrade JBPM created ...
0
votes
0
answers
71
views
How to create a processinstance using spring boot application in JBPM
I have downloaded JBPM 7.62 version.I am changed the database to postgres.I am run my application standalone.bat and business-central is now accessible at http://localhost:8080/business-central/kie-wb....
0
votes
0
answers
95
views
JBPM - kie-maven-plugin -returns Unknown resource type: ResourceType = 'jBPM BPMN2 Language'
At this moment I'm using the latest and gratest jBPM libraries (7.74.1.Final), kie-maven-plugin (9.44.0-Final) and drools (9.44.0.Final).
I have a maven project that can generate the drools rules in a ...
0
votes
0
answers
36
views
I want to show the Random generated number instead of jbpm process intance id
Can we pick the process instance id from jbpm database and show the random generated number in UI instead of showing process instance id.
Like example jbpm process instance ids are - 1, 5, 7, 11 etc. ...
0
votes
0
answers
43
views
JBPM Tasks - Stuck in Created State - Not moving to Ready State
We are using JBPM 7.5 for the past two years without much issues and more than 200000 workflows are successfully processed by JBPM.
Suddenly, we are experiencing one new issue, where every newly ...
3
votes
0
answers
103
views
JBPM assign task to a specific user
I need to assign a task to a specific user.
Let me explain by an example
In this process the task has a POTENTIENTIAL_OWNER 'GROUP1'.
User 'JOHN' of GROUP1 work the task 'TASK' and ask to execute the ...
0
votes
0
answers
24
views
How do I switch to updating a bpm diagram created in redhat business management UI to a new tool
I've been working on a project which uses the Redhat PAM. The issue is that the diagrams were historically created in Redhat's business intelligence studio (pre 7.0) and since upgrading, this tool is ...
0
votes
0
answers
26
views
How to upload .dmn file to jBPM business central project using KIE Rest API
I am able to upload TrafficViolation.dmn file to business central project using upload button provided in the workspace, but I want to do it programmatically using REST API provided by the kie server.
...
0
votes
0
answers
42
views
users not syncing between sso and jbpm
I've deployed JBPM and integrated with SSO (keycloak). It works but the users aren't syncing between. When I add user on JBPM it isn't appear in SSO and the users created in SSO aren't shown in JBPM. ...
0
votes
0
answers
13
views
Input boxes in Forms and evaluation in gateways
Good afternoon,
I recently started using jBPM Business Central to create small process diagrams.
I want to explore the capabilities of this system in the creation of small forms that are executed in ...
0
votes
0
answers
16
views
Jbpm generate multiple process instace
In a web application we use JBPM 7.31.
We need to generate thousands of processes whose data is read by a csv by a batch.
Is there a way to generate these processes massively?
0
votes
0
answers
56
views
Class org.kie.pmml.pmml_4_2.osgi.Activator not found in the project - jbpm custom task using kie-server-client dependency
I've created a custom task to query data from kie execution server using kie-server-client java api. I've added kie-server-client dependency in my custom work item handler pom.xml file. I can ...
0
votes
0
answers
10
views
JBPM Workflow and rules extension
How can we extend the jbpm business workflow and rules - like as per client implementation use base sub process or something like that. Please suggest. Thanks!
I tried using subprocess but looking for ...
0
votes
0
answers
10
views
Can we execute Wokflows that are build on jBPM V6.4 on RHPAM V7.0?
I have build workflows using JBPM V6.4 and its related packages. But when i am trying to execute on the JBOSS server where RHPAM V7.0 is installed, I am getting following error message:-
ERROR [stderr]...
0
votes
0
answers
49
views
JbpmJUnitBaseTestCase - Testing a process with DMN
I am trying to test a process which contains a dmn table. When starting the process I am getting the issue DMN model 'EvaluatePreChecks' not found with namespace 'xxxxxxxxx.
A manual test and a e2e ...
0
votes
0
answers
23
views
Issue while Executing BusinessRule in Kie Business-Central
Hello I am facing a weird situation in Business-central -> drlrule.drl file, in which I have writed a rule to check that Order all OrderItem contains the same facility Id or not.
But I am getting ...
0
votes
0
answers
52
views
RHPAM User Group management with LDAP
I am able to integrate the LDAP with Redhat PAM 7 version my authorization and authentication works fine with ldap but the admin console security page on business central still shows the groups and ...
0
votes
0
answers
121
views
jBPM No Remote Servers at Business-central
I am trying to run 'evaluation' sample application. after build and deployment, when I saw the execution server then there a message appears No Remote Servers This Deployment Unit is currently not in ...
0
votes
0
answers
47
views
In JBPM sub process, when we are iterating through multi instance , the values are passing as null for the iterating elements
In the above subprocess, we are passing the arraylist from Main process and we are iterating the list in multi instace of enter image description heresubprocess. The getServiceData collection is ...
1
vote
0
answers
57
views
jBPM 5.2, getProcessInstancesWaitingForEvent method
Looking at the class JpaProcessPersistenceContext I noticed this method getProcessInstancesWaitingForEvent which uses this named query ProcessInstancesWaitingForEvent. The aforementioned method should ...
0
votes
0
answers
30
views
Running Sample Application on jBPM
After struggling I am able to run jBPM. Now I trying to run a sample application but am unable to succeed. I followed this URL but not succeeded.
https://access.redhat.com/documentation/en-us/...
0
votes
0
answers
56
views
jbpm installation guide error , content folder missing
i am new to jbpm and i am doing a setup as indicated in the documentation , but cant access business-central. Logs tells me that :
Class Path entry serializer.jar in /C:/Users/Aziz/Desktop/jbpm/jbpm-...
0
votes
0
answers
153
views
Connect RHPAM with External Oracle DB so that I can login with Username and password define in External Database
I am getting below error while starting my RHPAM server. Business central is UP but I am not able to ,login into that.
[org.kie.server.controller.websocket.client.WebSocketKieServerControllerImpl] (...
1
vote
1
answer
457
views
org.jbpm vs org.kie.kogito jBPM
I have been trying to figure out what the difference is between the org.jbpm and org.kie.kogito variant of jBPM.
I have seen that the maven artefacts differ quite a bit, even through the org.jbpm does ...