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.

About

jBPM is a flexible Business Process Management (BPM) Suite. It is an open-source workflow engine written in Java that can execute business processes described in BPMN 2.0.
It makes the bridge between business analysts and developers. Traditional BPM engines have a focus that is limited to non-technical people only. jBPM has a dual focus: it offers process management features in a way that both business users and developers like it.

Links

1453 questions
0
votes
1 answer

Converting BPM to computer system

How could a BPM convert to a computer system ? Is there any program or programming language to do this convertion?
user559096
  • 107
  • 2
  • 8
0
votes
3 answers

Optimize JBPM5 engine's performance

We are launching processes in bulk (say 100 instances) in JBPM5 at a time. And each and every tasks of the process are started and completed by external programs asynchronously. In this scenario, the JBPM engine is taking much time to generate the…
Arun Selva
  • 117
  • 3
  • 15
-1
votes
1 answer

java.util.List being stored out of order by Hibernate after .add(position, item)

I have a JBPM casefile application using Java classes where a workflow has stages and the data gets persisted by Hibernate in an SQL Server database: @javax.persistence.Entity @javax.persistence.Table(name = "WORKFLOW") public class Workflow…
Dr Dave
  • 550
  • 1
  • 6
  • 22
-1
votes
1 answer

Docker image (jboss/jbpm-server-full:latest) with custom styles and custom background image

We are hosting docker image (jboss/jbpm-server-full:latest) on Azure container service to bring the Rules capabilities into our project. We need to customize the look & feel of the UI like change the font color,background image etc.Is there a way to…
-1
votes
1 answer

jBPM final server (full) commercial use

We have the requirement of configuring the rules in UI by the business users. The jBPM seems a perfect fit which has the Business Central to design the rules and backed with Kie Server for the rules execution. The docker image…
-1
votes
1 answer

Adding DRL resources without workbench to Kieserver

Is there a way to deploy drool files in kieserver without using workbench ? I want to create DRL files using eclipse IDE and deploy/execute rule definitions via HTTP/REST on stand alone kieserver.
-1
votes
1 answer

Drools Business Central Workbench - Test Scenario: List subproperty on object

Is there a way to populate a List property on an object being tested under the "new style" test scenario? I see some "legacy" test cases which seem to achieve this so am wondering if the new style test scenario handles this. I added the List model…
Vlad L
  • 1,544
  • 3
  • 6
  • 20
-1
votes
1 answer

Unable to setup KIE workbench and KIE server 7.35 on Wildfly 14

I managed to deploy KIE workbench and server 6.4.0 on wildfly 8.2.1. but When trying to deploy version 7.35.0 on wildfly 14.0 it fails with the following error : "WFLYDS0022: Did not receive a response to the deployment operation within the…
SRM
  • 3
  • 1
-1
votes
1 answer

How to call a process from different project using subprocess in jbpm 7

to call a process of different project using subprocess below configurations are needed. Please tell how to do this changes in jbpm 7.0+ version workbench. Is there any option to create kbase & ksession without having them as default. Create…
-1
votes
1 answer

How to override a project deployment in jBPM

I want to override my old deployment but I can not do it. I am using jBPM 6.5.0.Final. I can deploy my project for the first time without problems. But if, for example, I make some changes on my project and want to deploy it again it fails and shows…
Bashir
  • 2,057
  • 5
  • 19
  • 44
-1
votes
1 answer

jbpm & drools workbench vs eclipse. Why do both of these exist?

If workbench can achieve everything, then why do we have an eclipse plugin for development? If workbench has the entire functionality right from defining rules to exposing restful apis, then eclipse would be redundant right? Or am I missing…
-1
votes
1 answer

Migration of existing WLI,ESB,BPM and Portal in to Spring Micro services

I want to convert our existing application containing UI,WLI,BPM and ESB with Spring Micro services. Please give me suggestion how we will migrate this.
Ved Prakash
  • 31
  • 1
  • 4
-1
votes
1 answer

jBPM web based approval system

I am working in web based approval system where: User select folder and ask for approval to a approver Approver log in and found pending approval list and upon checking few criteria approve or reject the approval request Corresponding mail will be…
-1
votes
1 answer

I'm using Workbench. what is Rest API Configuration?

I installed Workbench from jbpm-installer-full-7.1.0.Final.zip using ANT install.demo. Then i start it using ANT start.demo. i import repository "https://github.com/kiegroup/jbpm-playground". What is the configuration should i do to use rest api…
ibra123k
  • 11
  • 3
-1
votes
2 answers

Install JBPM 6.5 on Mac OS X

I am facing problems trying to install jbpm 6.5 on Mac OS X. First of all, I could not install it using Ant install.demo. So I installed it using Ant install.demo.noeclipse, but when I try to start it using Ant start.demo.noeclipse. But it does…
Marce C
  • 21
  • 3