• Best practise to design bpmn files paralell (develop branch/release branch)

    Hi!   We use git-flow in our project. We have today one Jbpm editor in one branch, but if we have one for all branches (develop/master/release etc.) It's possible merge two different commit in one bpmn file. I...
    Profile Photo
    last modified by halcsi79
  • Business Rule Task doesn't get executed inside a loop

    Hi Maciej ,   I have created a business process as explained in this loop example. https://manthapavankumar.wordpress.com/2013/08/01/jbpm-loops-concept/   If i add a Business rule task just after the loo...
    Profile Photo
    last modified by kyla
  • Attachments: ClassNotFoundException: org.jbpm.document.marshalling.DocumentMarshallingStrategy

    I'm trying to follow the instructions on http://docs.jboss.org/jbpm/v6.1/userguide/chap-formmodeler.html#sect-formmodeler-attachments added a Variable Definition 'document' with custom type org.jbpm.document.Document...
    Profile Photo
    last modified by rogerparkinson
  • JBPM with Spring boot

    How to use Spring with jbpm ? Could anyone suggest me running example?
    Profile Photo
    last modified by kiran303
  • Old process instance definition is replaced by new process instance definition

    I was using sample-process.bpmn2 file (contains human tasks and others) and after sometimes I updated this file with some human tasks. When I complete the assigned task (that is created by old .bpmn2 file), its getti...
    Profile Photo
    created by tech_thread
  • Error after JBPM 6.3 process Migration

    I used https://mswiderski.blogspot.jp/2014/11/process-instance-migration-made-easy.html?showComment=1488418392351#c4460028054489187297 approach to migrate JBPM 6.3 process and after successful migrating the process In...
    Profile Photo
    last modified by hallosushant
  • Modified process and "ClassCastException: SubProcessNode cannot be cast to HumanTaskNode"

    Hi,   In my jBPM 6.0.1 production installation I had a process with running instance. I modified this process in a development installation and downloaded the jar file of the modified process from the Artifact...
    Profile Photo
    last modified by gianmere
  • KieRemoteHttpRequestException: Unable to add char sequence to request body

    Could some one help with the below error. I tried the option of setting -Dfile.encoding = UTF-8 env variable. This is occurring intermittently on average 3 of 5 requests its giving this error. Using Jbpm 6.4.0.Final W...
    Profile Photo
    last modified by nagarjuna0809
  • Tutorial: Eclipse

    Hello,   I am new to jBPM and I am trying to learn.  I am going through the documentation.  I am trying the "10-Minute Tutorial using Eclipse".  I downloaded the zip file and ran "ant install.demo...
    Profile Photo
    last modified by chrisvire
  • How to compensate workItem which throw exception (workItem is in state PENDING)

    It's possible to send signal "compensation" for workItem in PENDING state ? I see it's possible to send signal for workItem in state COMPLETE or ABORTET but there process is go further. My workItem is in state pend...
    Profile Photo
    last modified by grzegorz_sz
  • How to manage Hibernate sessions in JBPM 7.0.0

         We are currently using JBPM 7.0.0.Final in wildfly 10.1.0.Final. While Performance testing we found that we had to increase the database pool size to maximum, inorder to achieve concurrent exe...
    Profile Photo
    last modified by antonreema
  • how to get job executor configuration values?

    Hi, I am using KIE workbench and I am trying to get org.kie.executor.pool.size value by following way - System.getProperty("org.kie.executor.pool.size"); But it returns blank/null value. What is it so? how can i see t...
    Profile Photo
    last modified by rsmagdum
  • JBPM Executor Load Testing Issue

    Hi,   I am using JBPM 7.0.0Final ,deployed in wildfly10.1. Scenario: Designed simple workflow that contains script tasks with required system.out.println() & wait time of 2 seconds using Thread.sleep().And...
    Profile Photo
    created by yellapusony
  • How to Create a New Project using Kie Workbench Rest API

    I want to Create a new Project in an existing repository using Kie workbench Rest API. As per the documentation, we can have POST http://{server}:{port}/kie-wb/rest/repositories/{repositoryName}/projects  to crea...
    Profile Photo
    last modified by akhil88
  • SLA support in JBPM

    In axios System there is sla (Service Level Agreements) conceptService Level Agreements lay down the performance levels required when dealing with an Event. assyst uses the Service Level Agreements to allow you to mon...
    Profile Photo
    last modified by ebraheem.naef
  • Task event listener

    Hi all!!   I want to add a task event listener to make actions while task event occurs.   I have this:   @PersistenceUnit(unitName = "jbpm")   private EntityManagerFactory emf; @Inject private ...
    Profile Photo
    last modified by fgiannetti
  • Failing async task on a multi instance subprocess stops all the other processes

    Hello,   I have a process definition where a multi instance subprocess has a reusable process with an error boundary event. The scope is to process many files. If one fails, I need the others to continue executi...
    Profile Photo
    last modified by madalinavrinceanu
  • JBPM 7 Could not find work item handler for Rest

    I'm running JBPM 7.1.0.Final using the show case docker images for the jbpm workbench and kie-server and have a simple little workflow that includes a REST node. When the execution gets to the REST node (via a timer n...
    Profile Photo
    last modified by bwallis42
  • Problem with font size in designer 3.1.7 on Mac

    Hi ! My company still uses this designer and I have one question. It might be actually relevant for all of the versions.   I started developing on Mac (I was on Linux previously). And Viewer of processdefintion...
    Profile Photo
    last modified by andy.rozman
  • Jbpm 7.  Using Sub-process on a different project does not work.

    Hi. I am using both jbpm 7.1 and 7.3   I created a simple process A and B on Project 1,  and process C in Project 2. If process A calls the process B on a same project it works fine.  Which tells me ...
    Profile Photo
    last modified by choesh1978