Log in to follow, share, and participate in this community.
Thread Can't find compatibility information
Can't find compatibility informationCan someone provide a link to compatibility information such as - does OpenJDK 8 supported by latest jBPM? - does Oracle JRE 8 supported by latest jBPM? - what versions of PostgreSQL supported? - what Oracle da...
Email to Potential Owners of a TaskHi All, How can we send email notifications to the Potential Owners of a task ? The intention here is to send email notification to Potential Owners of a task informing that the task is pending with th...
Number of work item handlersI have jBPM 6.5.0. I register my custom work item handlers in kie-deployment-descriptor.xml. There are 15 work item handlers now. When I try to add new work item handler, new row is not added to table with all work it...
Jbpm 6.2 with Oracle persistenceI am trying to write Java jbpm program to use Oracle as persistence. I have created all the required tables in oracle I am able to access them using Datasource, but during test I am getting below error. I am attachin...
Thread Multiple Instance subprocess get current value
Multiple Instance subprocess get current valueI'm trying to use a multiple-instance subprocess (jbpm 7.14.0) with following settings If I create MI subprocess via Eclipse I got id="item" in inputDataItem element, so in subprocess I have variable item with curr...
Thread There is no clear distinction between groups and roles in jBPM
There is no clear distinction between groups and roles in jBPMHello jBPM team. I should have posted this question here in this forum instead I did it on stackoverflow here. Can any one please look into that and let me know how I can achieve it. The only possible solution...
Using Ad-hoc sub processesI've been looking at ad-hoc sub processes and haven't quite managed to work out how they would be used. I've seen Kris's blog page and demo but that didn't really help me and I also examined the test cases in jbpm-exa...
jbpm7.15 dashboard(reports)hi i started to use jbpm7.15 and i have some issue i be grateful if someone can help me 1.first issue with dashboard (reports or track) part when i enter t its keep loading forever and i don't kno...
Multi Tenancy featurehi all,can we have multi tenant like we have users and groups one more concept 'Tenant' so that we can use jBPM efficiently for BPaaS,there is something called jBPM4S (Multi-tenant Extension) paper but couldn't find ...
Thread BusinessCentral JGit's branch name can't contain "/"(slash)
BusinessCentral JGit's branch name can't contain "/"(slash)I create feature branch in Git Hosting Service's repository. The branch's name is feature/brnchtest01. Then I push the branch to Business Central's JGit repository as follows. -------------------------------...
Strange error with constraintHi, everyone. I have several subprocesses. In one of it I have 2 diverging gateways. This gateways check if a string variable is equal to any of the string constants. The first of gateways works excelle...
jboss as 7 designer.war deployment failingThe only message I see is the following even though I enabled TRACE logging! "Deployment content C:\jbpm-installer\jboss-as-7.0.2.Final\standalone\deployments\designer.war appears to be incomplete and is not p...
How generate pdf and atachment in jbpm?Hy guys, I have a form and from him want generate a pdf, how a I can make this? I'm beginner in jbpm, I'm using Workbench/KIE IDE. Sorry my inglish.
Thread How to deploy a kjar to jBPM console from Eclipse
How to deploy a kjar to jBPM console from EclipseThis is how I *believe* you could deploy a process kjar to jBPM 6.2.0.FINAL. This example is intended to be simple proof that you can create the default project in Eclipse and deploy it via the Maven repo, to th...
Rule task is not working in sub processHi, I'm trying to insert values into my bpm process variables using a business rule task, It's is working when there is only one rule task in the process hierarchy, When i add another rule task in the child process, ...