• Event sub process, does jBPM5 support it?

    Notice until now, jBPM5 does not support event sub process, neither engine nor designer, which is a standard feature in BPMN 2.0 and is quite useful in process design. Any plan to support it in future?
    Profile Photo
    last modified by zhangjing2000
  • Tasks Assigned to Groups Not Found

    Hi,   I'm using JBPM 5.1 Final and have spent a couple of hours learning how tasks are returned from the TaskService. I believe I have found a bug in the way tasks are returned when they are not assigned to a pa...
    Profile Photo
    last modified by williajd
  • custom input editor for actors property

    hi, how i can change the type actors property from string to another type (custom editor )
    Profile Photo
    last modified by lifegood
  • how to get  the history tasks list use jbpm5,it's best to show the code,thanks!

    I want to show history tasks to my customers,how can I do ?
    Profile Photo
    last modified by mimi_2012
  • How to back to previous node from current user task node

    I'm using jBPM5.3 now. I use JPA to persist KnowledgeSession infomation.I use my custome WorkItemHandler to replace the default MinaHTWorkItemHandler or WSHumanTaskHandler for user task node.My custom WorkItemHandler ...
    Profile Photo
    last modified by super_man.sh
  • Pattern of using StatefulKnowledgeSession in web application

    Suppose the current flow stop at a human task , we have to call StatefulKnowledgeSession.getWorkItemManager().completeWorkItem(workItemId , null) to complete this human task manually. What is the difference when using...
    Profile Photo
    last modified by drupalspring
  • Error creating bean with name 'taskResourceFactory' defined in class path resource [META-INF/spring/applicationContext.xml]

    Hi, When I am trying to create Local Task Service for jbpm human task using spring framework. It throwing exception. I have a java class TaskResourceFactory.java   public class TaskResourceFactory  { &#...
    Profile Photo
    last modified by avneesh
  • org.jbpm.task.service.PermissionDeniedException in JBPM 5.1

    Hello   I can't seem to be able to claim/start a task , getting the following error : org.jbpm.task.service.PermissionDeniedException: Server-side Exception: User '[User:'john']' does not have permissions to e...
    Profile Photo
    last modified by alain1106
  • Problem in sending html content as part of email body.

    Hi, I am new to jbpm, My requirement is to send an email with html hiper link as part of the mail body.   I was able to send mail with some text...   When I try to write simple html content (<html>...
    Profile Photo
    last modified by s.azambasha
  • JBPM(Human Task)+Spring+Hibernate on JBoss AS 7

    Hi All, I need a running project of jbpm human task with spring. I have a project which I got from https://github.com/Nijhazer/jbpm-spring-quickstart .I am able to configure it with JBoss AS 7 and deploy it. After d...
    Profile Photo
    last modified by avneesh
  • Signal Event is not happening in persisted process

    Hi,   In our company, we are doing some sample process implementation for our application, to decide which BPM engine to be use. It mostly have external system communication, that will trigger the next set of ac...
    Profile Photo
    last modified by ravichandrankg
  • Do I need to use jBPM while Drools exists?

    Hi everybody,   I just wanna know, do I really need to use jBPM (process definition/ .bpmn file) in a jBPM project when a drool rule file exists (.drl)? Isn't enough to run a workflow beyond just stating the dr...
    Profile Photo
    last modified by cyrine
  • Error 400 on Build Package Click

    Hi,   I got the following error when I tryed to build the default sample repository after starting guvnor the first time.   I then tried to build my own package, and got the same error:     400 ...
    Profile Photo
    last modified by tob1as
  • Business Process Simulation in jBPM Designer

    We have added an exciting new (still experimental) feature to the jBPM5 Designer - Business Process Simulation.   Check out the video showcasing this on my blog.   Enjoy
    Profile Photo
    last modified by tsurdilovic
  • Determining available transitions

    Hi all,   I am looking at replacing jBPM 3 with 5 and there is one feature of 3 that we use extensively that I am not sure how to do in 5 - we send to the client application (not a web app) the set of transition...
    Profile Photo
    last modified by stevearoonie
  • JBPM and Drools integration?

    Hi all,   Am already working on a project, the main idea is to design and develop a generic workflow to work with an existing java application.   I started using jBPM5 and drools project separately. I woul...
    Profile Photo
    last modified by cyrine
  • Clustering strategy for jBPM5

    Hi,   I'm deciding the clustering/ fail-over strategies for a project on jBPM5.  We have a 2 node application server cluster.  I've set up persistence on the StatefulKnowledgeSession so the states are ...
    Profile Photo
    last modified by garytse
  • Infinite loop trying to start a process in jBPM 5.1

    Every once in a while (once a few weeks roughly) we encounter this really bad issue in production running jBPM 5.1. A few threads get stuck forever utilizing a lot of CPU resources.   The thread dump looks as f...
    Profile Photo
    created by arkper
  • how i can  continue the execution of a previous instance in jbpm5

    hi,   (in jbpm5) i have process contain two script tasks i need to execute one and save process instance and in another day i need to laod the process instance   and execute the remaining tasks   how...
    Profile Photo
    last modified by lifegood
  • Integrating jBPM 5 with Seam

    Hi, I’m a computer engineer student working in a project with jBMP technologies. We have software using jBPM 3 integrated with Seam 2.2, we are considering migrating it to jBMP 5. We were searching, without succ...
    Profile Photo
    created by rquinta