• how can i get all the processIds in jbpm5.3

    i try to use ksesson.getProcessInstaces(); but it return a collecion of size 0 which confused ne a lot
    Profile Photo
    last modified by mm524262909
  • i want to get all the processInstances and know which step do they each get? jbpm5.4

    i'm not familiar with the api , i just know how to start process and get tasks complete tasks but i want to know which step do the proess get ? can you help me?
    Profile Photo
    last modified by mm524262909
  • Problems with jBPM 5.4 with concurrent users

    Hello all,   I am facing a problem with stressing my jBPM 5.4 application with a load runner.   The details are below. Any kind of help will be highly appreciated. Thanks a million.   The request com...
    Profile Photo
    last modified by roxy1987
  • complete task api of Human task service jBPM5

    Hi everyone,   I have one doubt on complete task api provided by jBPM. I need some clarity on that. When we invoke the complete task api, how the internal process system works? I mean after invoking the com...
    Profile Photo
    last modified by mayankjain
  • Is there any way to save the human task data

    Hello everyone,   Is there any way through which we can save the data associated to human task?   Scenario: I have a process in which a human task is created and assigned to a user. User log in to applicat...
    Profile Photo
    last modified by mayankjain
  • i18N in processes and tasks

    Hi,   We have JBPM5.4 working with our webapplication. Everything works fine in English language, however, now we have a requirement where a customer needs BPMN nodes as well as task names/comments in their lang...
    Profile Photo
    created by mdegan
  • Catching child processes via ProcessEventListener

    Just started with JBPM in the last couple weeks and I have a question regarding how to handle subprocesses.   As I understand it, when a process defines a subprocess as part of its workflow, then when that subpr...
    Profile Photo
    last modified by ryan.dowell
  • Is there any API to convert bpmn2 xml to svg xml in jbpm5.4 ?

    Is there any API to convert bpmn2 xml to svg xml in jbpm5.4 ?
    Profile Photo
    last modified by hari6025
  • jbpm 5.4.0 - NullPointerException completing workItem when using Spring local transactions and shared entity manager.

    I decided to give it a try to Spring local transactions and shared entity manager, so I changed my configuration as per user guide v5.4. I tested with a fairly simple business process with an asynchronous workItem th...
    Profile Photo
    last modified by xmithj
  • How to get child process instance id from parent process instance id JBPM 5.4

    Hello everyone,   There is a specific requirement in my project to get the child process instance id from parent process instance id. I have read couple of discussions but unable to drive the solution for it. &#...
    Profile Photo
    created by mayankjain
  • JVM is filled with Honteq Idle Threads and can't killed

    I would like to ask about AsynHornetqTaskClient. We use AsynHornetqTaskClient to process JBPM work flow to Hornetq Server.  In the Hornetq Server, server create new thread to process each invocation.   e.g...
    Profile Photo
    last modified by thioxray
  • jBPM Approval Demo on OpenShift

    Login to jBPM Approval Demo http://jeedemo-ksoong.rhcloud.com/jbpm-approval/ https://jeedemo-ksoong.rhcloud.com/jbpm-approval/ Note:https used for penetrating through Chinese Firewall   About jBPM Approval Dem...
    Profile Photo
    last modified by kylin
  • JBPM 5.4: An embedded sub process waiting for signal does not complete after receiving it

    I have the following sample project with tests in  https://github.com/zeroum/jbpm-test-subprocess     This process does not reach the Terminate End node, even after completing both flows happening in...
    Profile Photo
    last modified by bruno.laturner
  • Delete Data from jBPM Database for the Completed Processes

    Hi   I want to delete all data from the jBPM 5 database for which the process is already completed. I know that data from processinstanceinfo and workiteminfo are removed automatically when it completes. But I w...
    Profile Photo
    created by red_ram_hat
  • Trying to configure the Email service task in jBPM 5.4

    I'm trying to use the built-in Email service task and have been referring to https://community.jboss.org/message/793190#793190 for guidance.   However, probably because I'm a newbie, I'm having trouble getting i...
    Profile Photo
    last modified by andymcc
  • How to mark JBPM Process Definition as Retired in jBPM console

    How to mark JBPM Process Definition as Retired in jBPM console
    Profile Photo
    last modified by joshuajm6
  • Migration to jbpm 6 from jbpm 5.x

    Hi   I have a project which uses the workflow  capability of jbpm 5.x. The main application hits the jbpm services through customized SOAP WS.   I have some queries regarding the migration approach. ...
    Profile Photo
    created by atif007
  • Workitem implementation jar in jBPM6

    Hi,   we implemented some custom workitem, and in the previous version (5.4), in order to make them work, we put our jar containing the workitem handlers classes and their dependecies into the WEB-INF/lib of the...
    Profile Photo
    last modified by ocramot
  • Example of simple process of executing a service task in JBPM Console.

    Hi, I'm looking for examples on creating a simple process (start->service task->end)  that executes Java code in the JBPM Console, not Eclipse.  The examples I've seen don't show adding Java code to se...
    Profile Photo
    last modified by dmwpepper
  • Accessing WorkItem parameters

    Today this strange thing happened to me: Code: System.out.println(item.getParameters()); final String verLinkTextDirect = (String) item.getParameters().get("Link Text"); System.out.println(verLinkTextDirect); fin...
    Profile Photo
    created by akoskm