Log in to follow, share, and participate in this community.
Thread JBPM PerProcessInstance without persistence
JBPM PerProcessInstance without persistenceHi, Can anyone please let me know how to set up a JBPM without persistence. I am using Per Process Instance strategy. I tried .persistence(false) but it failed. @Inject private static InjectableRegisterableI...
Thread Read data from the H2 database into during process in jBPM
Read data from the H2 database into during process in jBPMhi i try to read my data into h2 database for display to user or valuation business rule for example list of book of book table for display to user or check validation member id when a member try to login system Pl...
KIE workbench and Remote Java API callHi All, I am running one project using 'Remote Java API call' all process designed is done KIE workbench.we created one custom project which is deployed on same jbpm jboss (wildfly) server. both jbpm a...
Thread Getting JBPM Process Return Values via KIE REST Remote API
Getting JBPM Process Return Values via KIE REST Remote APII am trying to retrieve the result objects created by a business process via the KIE remote API: if (baseURL != null) { System.out.println("[GlobalFlow]-Creating Engine"); engine = RemoteRuntimeEngi...
JBPM errorsHi All, I'm researching on JBPM functionality so that i may use in environment. i have installed below components: Apache Ant 1.9.6 Jdk1.7 jbpm6.2(jbpm-6.2.0.Final-installer-full.zip) However, solving erro...
Custom Task or Manual TaskHello, i have a question. it's possible have more custom task or manual tasks? I have this bpmn2: In my kmodule.xml i have: <ksession name="defaultKieSession" type="stateful" default="true" clo...
what is the best API?In my company use the JBPM v6.2 what API can use, org.jbpm or org.kie? what is the difference? what is the best API for this version of JBPM? i need very help!!
jBPM PersistanceHi! I'm working on a jBPM project now and I can't get jBPM to persist its state into the DB. After I run a process, I see no records in the tables. I expect to see some records in processinstancelog, sessioninfo or n...
Thread Is there any Maven Archetype that I can use to start a jBPM project?
Is there any Maven Archetype that I can use to start a jBPM project?I have just started learning jBPM, just trying to find out some ways to quickly setup web application with necessary dependencies of jBPM 6.2.0.Final, in Maven POM file. My question is, Is there any Maven Archetype t...
Can't start server on Centos 7.2Hi, I have installed before in centos 6.7 and I don't have any problem. Now I'm using centos 7.2, and I can't run the server. Could someone help me? I attached my server.log Tha...