• How to upload file in human task in JBPM 5

    Hi  I want to know how to upload in human task in JBPM 5,  the process variable are only basic variable types, like integer, string,  but how to upload file in the human task, and the file can be tran...
    Profile Photo
    created by spree1010
  • unable to retrieve results when getTasksAssignedAsPotentialOwner

    Hello,  I can't get tasks of user by userID with the method : getTasksAssignedAsPotentialOwner(userId, language,  TaskSummaryResponseHandler). But with the same java code with another database it works. I ...
    Profile Photo
    last modified by skulled
  • java.lang.RuntimeException: Timeout : unable to retrieve results

    I use BlockingTaskSummaryResponseHandler to handler the query result,and this is my source code: ……………………………………&hellip...
    Profile Photo
    last modified by houxiaojun
  • [JBoss BRMS 5.3][jBPM 5.2] How to provide ksession into work item handler?

    Hi,   I am working on async service task, but it does not work so far. In [1] there is code snippet for asynchronous handler execution that I used for my AsyncWorkItemHandler, which looks like this:   publ...
    Profile Photo
    last modified by mateuszadamiak
  • How to dynamically specify groupid in jbpm5.4 or jbpm6?

    Hi, guys. I want to dynamically specify groupid like this: #{groupid} in the bpmn file. When auditor commit his results, I get his group and put it into a Map that pass to the complete() method. I hope the jbpm engine...
    Profile Photo
    last modified by linuslan
  • about the real work in human task

    I want custom a real work item such as store some data in my database in a human task,and i use jbpm console service with REST,so how can i do that?? Thanks a lot~
    Profile Photo
    created by zydzjy
  • Drools persistence unable to rollback

    Hello everyone,   I am using jBPM5 and along with I have configured Bitronix Transaction Manager (BTM) as transaction manager to be used by jBPM process persistence unit.   Everything works fine from past ...
    Profile Photo
    last modified by mayankjain
  • Unable to access the Web Process Editor in jBPM5

    I installed jBPM 5 as per standard installation instruction by running the ant task "install.demo" and set up the demo environment using the "start.demo" task. I wanted to create a new BPMN 2.0 process using the Droo...
    Profile Photo
    created by guruprasad26
  • error running ksession.startProcess with Persistence

    When I run:   ProcessInstance pi = ksession.startProcess("MyBookAcquiring",parameters);   I get: 2011-02-28 13:45:12,452 DEBUG (       SQLStatementLogger.java:111)  ...
    Profile Photo
    last modified by odelyaholiday
  • Issue in configuring audit/logging with jBPM5

    Hello everyone,   I am trying to configure the audit/logging component of jBPM5 with one of my workflow application. I am using jbpm library version of 5.5.0.Final for jbpm-human-task-core, jbpm-bpmn2, jbpm-pers...
    Profile Photo
    last modified by mayankjain
  • How to revoke a task

    Hi, guys, I want to revoke a task, but i don't know how to do.Is there any api to call?
    Profile Photo
    last modified by linuslan
  • How to make a process instance go on with jBPM5?

    Hi all , The Code: KnowledgeBase kbase = readKnowledgeBase("demo.bpmn"); StatefulKnowledgeSession ksession = createKnowledgeSession(kbase, 1); // JPAKnowledgeService.loadStatefulKnowledgeSession(sessionId, kbase, c...
    Profile Photo
    last modified by cheney-dut
  • 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
  • Looking for below features.

    Hi ,   Currently, i am evaluating the jbpm and looking for below features. 1. Cluster of machines and distribute the task(output) to particular set of machines. 2. Pririoty based - FIFO like queue for task out...
    Profile Photo
    created by satish.koritala
  • 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
  • Root Process Instance and SubProcess Instance

    Hi,   Is there a way to reference sub-process instances from my root process instance and back while using persistence?   scenario: I start 3 root process immediately after each other. These starts 3x3=9 s...
    Profile Photo
    last modified by gaborj
  • How can I get a value from Task in jBPM

    The problem is I want to get a value from jBPM after calculate but I don't know how. Example: My script task: System.out.println("jBPM running ..."); kcontext.setVariable("result", 7);   The question is how c...
    Profile Photo
    last modified by redbees
  • 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
  • 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