Log in to follow, share, and participate in this community.
Thread How do you change user task form styles globally in jBPM 6.2?
How do you change user task form styles globally in jBPM 6.2?I'm unable to identify how to change the styles of jBPM user task forms other than by plugging in CSS styles for individual fields (labels or content). (Even then, the documentation does explain where the CSS definiti...
Thread Unable to create and pre-populate multiple-object subform in 6.2
Unable to create and pre-populate multiple-object subform in 6.2I have read all the documentation from the user guide about forms, took the BPM Suite 6 partner class, looked at various online troubleshooting resources, etc., and am still unable to successfully create a subform of ...
OOME when using JBPMWildfly 8.1.0.Final JBPM 6.1.0.Final 2GB heap I ran into an OOME on heap space and I suspect one of our JBPM processes. The process is started by a timer. The timer used to be set to 1 day; after we changed ...
Thread JBPM 6.2 cannot complete user task via REST API
JBPM 6.2 cannot complete user task via REST APII am attempting to use the REST API to claim and complete user tasks. Making the REST call: http://localhost:8080/business-central/rest/task/<taskid>/claim yields success, but following this up wi...
Thread how to deploy bpm project into running remote bpm suite server?
how to deploy bpm project into running remote bpm suite server?Hi guys, I created a bpm project on my local bpm suite and could build&deploy it successfully by using business-central. However, I want to deploy this project into also running bpm suite on remote server....
Help with jbpm-openldap-weblogicHello, I'm trying to connect my jbpm6.2 with openldap. I'm using weblogic 12c as a server. At first it seems that I've managed to connect weblogic with openldap, but I can't create a proper structure to be a...
Service Task WSHi all, i'm trying to invoke a SAOP service using the Service Task WS provided by JBPM suite 6.2. I set the parameter as these: URL: the URL where the wsdl is exsposed (es.http://loc...
drools / conditional eventI am using jbpm 6.3 and I have a conditional event. I need to check whether my process variable is correct or not. Is there anyone knows to do this ? The way I tried was: $process : org.kie.api.r...
JBPM Developer CertificationI would like to become a JBPM suite certified developer then which exam should i take? Is RED HAT provide any online exam.. How much cost it is?.. Could you please any one provide the details about the JBPM exams...
Thread [BPMS] kie workbench does not work behind of nginx reverse proxy
[BPMS] kie workbench does not work behind of nginx reverse proxyI successfully setup BPMS on EAP 6.4 and can access it via port 8086 (login, import 'Evaluation' demo, and start process instance, check status, etc.), which means it's functional working. then i tried to setup nginx...
how to import a demo projectHi I was trying to import a demo project like mortgage-demo, but when I clone the repository, then the project is not imported. I give the GIT address that I find on the site but only the repository gets imported and ...
How can I add a new BPM user?I've tried adding my new user along with th sample users (krisv, mary, john, jack, etc) in auth/users.properties and I've also tried adding my new user with the jBoss add-user.bat script. Neither seem to work.
proxy setting for business centralI want to access the example git repo from within the corporate network. How do I add proxy address, port, authentication information for jbpm so that it can download the git repo.
JMS example for GetProcessInstancesCommandHi, I'm really excited that the BPM suite now supports JMS out of the box. Is there an overview of the rest calls and the suitable JMS request class ? I have tried to use GetProcessInstancesCommand, bu...
Thread JBPM and Drools 6.2.0 Final throws java.io.OptionalDataException when deepClone is invoked in org.drools.core.util.ClassUtils when high concurrency