• Need help on installing jBPM5

    Hi, I wanted to test out jBPM5 but I failed to start it up.   All I have done is downloaded jbpm-5.4.0.Final-installer-full.zip Run ant install.demo   Installation finished   Open http://localhost:8...
    Profile Photo
    last modified by iamnew
  • How to add Humantask(User Task) in a process at runtime(dynamically).

       Hi, I have a scenario where I would like add human task in process at runtime(dynamically).And creat its connection at runtime. Thanks.
    Profile Photo
    last modified by snowstormuser
  • Defining users for TaskServer - jbpm5

    Hi!   I read in the documentation:     Our implementation requires all users and groups to be predefined before trying to assign a task to that user or group. So you need to make sure you add the nece...
    Profile Photo
    last modified by odelyaholiday
  • JBPMN 5 - Service Task

    Hello, I apologies for a noob question, but i saw in documentation and in the examples an activity called Service Task with a specific logo. Where is that task in my eclipse pallete of BPMN constructs? I can't find i...
    Profile Photo
    last modified by nakuro
  • jBPM Engine as a Service?

    Is there a case study/real production deployment of jBPM Engine deployed as a Service (as opposed to the engine being embedded with the workflow client application)? The jBPM documentation has the following text that ...
    Profile Photo
    last modified by roshanagr
  • Web service calls

    Hello, I'm trying to invoke a web service using ServiceTask (implementation="##Webservice") according to the following link:http://mswiderski.blogspot.nl/2012/07/service-task-with-web-service.html. I need to save the ...
    Profile Photo
    created by cecchisandrone
  • How to differentiate between human task types

    I have a scenario where I would like have different type of human task e.g. ‘Review Human Task’, ‘Approve Human Task’. Based on such human task type I want to display specific user interface fo...
    Profile Photo
    last modified by snowstormuser
  • How to execute tasks of multiple instances in sequential manner?

    Hi, I have a scenario where I would like to create the multiple instance node but the task in multiple instance node must be execute in the sequential manner.  Here execution order of the dynamically created tas...
    Profile Photo
    last modified by snowstormuser
  • jBPM 5 on JBoss AS 6.

    Hi there!   Has jBPM5 been tested on JBoss AS 6? Or are the necessary changes documented? I question that because I intend to use Contex and Dependency Injection - CDI, JSF 2 e future Seam 3.   Thanks!
    Profile Photo
    last modified by francisco_barros
  • JBoss AS7 did not start within 5 minutes

    Hi    After Installation ,I run ant start.demo command and found following error on screen. "JBoss AS7 did not start within 5 minutes" I checked following 1) I Checked no process is bound on port 8...
    Profile Photo
    last modified by gunjan.bohra
  • Operation on a process variable from a human task

    Hi,   Let's say we have 2 process variables: count and increment, once a human task is finished, we would like to do an opearation: count = count + increment, I know with on exit action, I can do this kind of op...
    Profile Photo
    last modified by new-comer
  • Jbpm with user transaction

    Hi!   I have a very basic workflow. In my workflow I have a diverging gateway. In this gateway I use a service to control the flow.   My problem is that my service is a transactional service (I use sprin...
    Profile Photo
    created by jhouzard
  • Use jBPM jars instead of installer

    Hello everybody, I'd like to know how to use jBPM binaries instead of the installer.   Can anyone help me, I need to use it  (5.30.0 version) with JBoss AS 7.1   Thanks in advance   Laura
    Profile Photo
    last modified by lauradp
  • Jbpm 5.3.0.Final with Spring 3.1.3.RELEASE

    Hi! I'm very new with Jbpm 5 and I have some issues with the spring @Autowired functionality.   I'have a .bpmn workflow with a Gateway. In my gateway I have a constraint calling a java service of my own. In this ...
    Profile Photo
    created by jhouzard
  • jbpm5 transaction commit

        I start the process ,but it can not start the second 'user Task'.    So i debug it ,and find the following problem:     Does anyone can solve the problem?   I would...
    Profile Photo
    last modified by trh3037
  • JBPM5 in servicemix

    Hi All,   We are integrating the jbpm5 in servicemix. Does JBPM5 having the OSGI bundles to integrate with servicemix.   Thanks in advance. Karthi
    Profile Photo
    created by karthiv6
  • EntityNotFoundException: Unable to find org.jbpm.task.User with id group1

    I am using JBPM 5.3 and trying to get all tasks assigned to a specific group using getTasksAssignedAsPotentialOwner.   List<String> groups = new ArrayList<String>(); groups.add("group1"); BlockingTask...
    Profile Photo
    last modified by sftzptrck
  • Jbpm 5.4cr Multiple instance with sub-process failed to continue

    Hi,   I use jbpm 5.4cr.  I have problem with process A having multiple instance node containing sub-process.   1. When I use sub-process B with no human task nodes everything is ok. Sub-process B (multi...
    Profile Photo
    last modified by blazob
  • "ID needs to be unqiue" ,do somebody know this meaning?

      This is just funny,the word is "unqiue" not the "unique"!!   see the pic's left bottom   This message gived by the eclipse BPMN2.0 plugin  
    Profile Photo
    created by really_so_cool
  • Define on entry/on exit scripts in custom work definition

    Is it possible to define on entry and on exit scripts in my work definitions file(.wid)? For example :     // Read file   [     "name" : "readFile",     "parameters" : [ &...
    Profile Photo
    last modified by jbrazil5