Log in to follow, share, and participate in this community.
Thread Duplicate processInstanceId in jBPM 7.15
Duplicate processInstanceId in jBPM 7.15Today we got a strange error in production and testing environment: we started a couple of new process instances. We noticed, looking for an error in a call to one of our services, that the new process instance had th...
Formulaire d'inscriptionBonjour, J'utilise JBPM3 avec Eclipse. J'ai créé un formulaire d'inscription avec un fichier XML. Dans ce formulaire, je voudrais ajouter une photo de l'utilisateur qui renseigne le formulaire. ...
How to get owner user on the timer outputI have an intermediate timer in a user task, it expires a time and it expires. How can you get a user owner for the next "chargeData" script task or the real identification of the actor to send an email?
Error in drools rule syntaxI am trying to create rules from the database so creating a list which have rulename,lhs and rhs. Also I am trying to create rules using two pojo object but some how i am getting exception in rule syntax. Below is the...
maven security-settings.xmlI've added distribution management to my pom file - but the upload to the maven repo fails due to login details. The way to solve this is usually a maven settings-security file, but I don't see how to tell workbench ...
ExampleDS issueHi Hoping someone can shed some light on this. I'm running JBPM 7.5 on tomcat 8.5 and am seeing unexpected behaviour. I configured tomcat according to Accelerate your business: KIE Server welcomes Narayana ...
JBPM Workbench & MavenHi Does anyone have some guidelines on how best to integrate workbench with automated build & deploy tools like Jenkins & Maven ? I'd like to automate building of workbench commits & have the arte...
jBPM and Java 1.8Hi all, First of all, apologies if this isn't the right place to post this, I'm fairly new to the KIE Suite I am running a Java EE web application and I'm having trouble compiling a bunch of .bpmn file...
JBPM with BitbucketHi, I'm running the JBPM workbench on Tomcat & would like to save changes to bitbucket rather than niogit. Is there a simple way to do that - or perhaps, can it be integrated via niogit ? Thanks in Advance.
Add new user into user tasks in jBPM7.13Hi, I'm new to jBPM process development.i'm using the following codes to start a task String serverUrl = "http://localhos...
BPMN2 File CreationHi Team, How to create a BPMN file using java and how to deploy in the embed jBPM SpringBoot which I created BPMN2 using java. Regards, Kuppumani M
Thread How to investigate FailedAuthenticationException
How to investigate FailedAuthenticationExceptionMy local Business Central logs "Login failed: org.jboss.errai.security.shared.exception.FailedAuthenticationException". But I don't understand the meaning of the log message. How do I investigate this ...
Thread How to apply process variable to custom java class?
How to apply process variable to custom java class?Dear all, I have a problem using process variable with my own java class. I have a java class written by myself named 'Pipeline.java'. There are two functions in 'Pipeline.java', one is doImport(), the...
Issue with Rest API connection to RHPAMI am getting below error when trying to link my Rest API to RHPAM business process. Please help resolve this, 11:38:03,855 ERROR [io.undertow.request] (default task-32) UT005023: Exception handling request to ...
Spring jBPM applicationI have downloaded, built and deployed the sample app provided @ (spring-jbpm-app) GitHub - mswiderski/spring-jbpm-app: jBPM spring application that shows how to build execution server using jBPM 6 and s… ...