Log in to follow, share, and participate in this community.
Thread jbpm upgrade from 6.5.0.Final to 7+ version
jbpm upgrade from 6.5.0.Final to 7+ versionHi All, Currently in our project we are using jbpm 6.5.0.Final version and we are planning to migrate to jbpm 7+ version. We are using wildfly 10.0.0 Application server. I have gone through the documentation...
Thread Traits in Drools - Rules with dynamic attributes in the object
Traits in Drools - Rules with dynamic attributes in the objectI was trying to write a dynamic rule engine through Drools. Means, if a new property/attribute is added to the object which will be used for evaluation, i should not need to code a new field in that DTO, and redeploy ...
Thread jBPM 7 how to create multi-step Registration form
jBPM 7 how to create multi-step Registration formI have a business requirement where I have to implement a wizard based registration form I.e. step1, step2, step3 etc and after last screen I would like to save the data and create an approval request. The request sho...
Thread Import statement in jbpm process in jbpm-console 7.23
Import statement in jbpm process in jbpm-console 7.23Hi, I am porting older version(6.5) process to newer version. But currently I am unable to do so, as I m receiving compilation error while building process. In previous version there was a specific...
Thread Issue in Starting JBPM process with custom object as process variable
Issue in Starting JBPM process with custom object as process variable1 I am new to Jbpm I have created a workflow in JBPM with business flow having rules and Human task . The workflow accepts a process variable which is a customer object ( Class name Quote) . If I start the wor...
REST API PersistenceI have 2 unix hosts each with a Tomcat which is running jbpm/kieserver. They share a DB (Tomcat 8.5, JBPM 7.5.0 and Oracle 11). Identical containers are deployed on both kieservers When I submit a REST call to a spec...
Registration formHi, I use JBPM3 with Eclipse. I created a registration form with an XML file. In this form, I would like to add a photo of the user filling in the form. Being at my first, I do not know how to proceed and I ask for yo...
How to start a human task automaticallyHi, Assume I have two human tasks (Task-A and Task-B) and it needs to create an instance of Task-B when an instance of Task-A is completed. This I was able to do. Now the problem is, I need to start t...
Thread How to read json data in JBPM (Red Hat BPM)?
How to read json data in JBPM (Red Hat BPM)?I am calling an API which gives back the data in the form JSON. I am storing it in a process variable. Whole JSON data is storing in the process variable. But I want to fetch particular fields only how can I achieve t...
Thread How can i set a Global-variable at process start in XML format ?
How can i set a Global-variable at process start in XML format ?Environment Red Hat JBoss BPM Suite6.4 Question Is there any way of setting a global variable at process start along with simple process variables using REST API and application/XML format? The way i start a...
JbpmException: couldn't get task instancehi, i have a problem on my coding. i have set my jbpm.cfg.xml as below: <service name="persistence"> <factory> <bean class="org.jbpm.persistence.db.DbPersistence...