• Duplicate signal

    Hello. I have the following problem. When sending a signal to the process: ksession.signalEvent(type, event, procId); Trigger signal once two consecutive for one command. I think this is a bug. Maybe you have any w...
    Profile Photo
    created by neki
  • Where is the best place to colloborate on 3rd party applications that work with jBPM?

    Hello Everyone,   Sometime last month, I posted a question about 'Enhancing jBPM's Usability' here ( https://community.jboss.org/message/856310?et=watches.email.thread#856310)   We would like to share with...
    Profile Photo
    last modified by ngigiwaithaka
  • What is the correct way to use JMSTaskClientConnector(JMSTaskClientConnector is not thread-safe)?

    Can we create JMSTaskClientConnector as singleton, then used by multiple threads concurrently?   JMSTaskClientConnector is not thread-safe, JMSTaskClientConnector use a object scope argument "selector": public ...
    Profile Photo
    last modified by kylin
  • how to get the process image from guvnor or designer

    Hi!   I'm working on a web app and use jBPM 5.2, guvnor 5.3.1 and designer 2.1. I created some processes with guvnor / designer and load it with REST services in my knowledge base. All work's fine. Now I want ...
    Profile Photo
    last modified by saig0
  • Problem creating JBPM timer  as sub process

    Hi ,   I am trying to create a process in which I am using a timer which will fire every one seconds and continue for 5 seconds. I found one example and tried the same. I added the MetaData properties in TimerEv...
    Profile Photo
    created by chandrasachin16
  • How to send a event/massage from process instance  to another process instance

    Hi, I want to sent a event inside a process instance to another process instance, All the instances  are in one session. How can i do this?
    Profile Photo
    last modified by oceanskkkkky
  • Any Usable Documentation ?

    I'm just getting started using jBPM, and was looking for some actual documentation on the API.  I looked here: KIE API 6.0.1.Final API   I found the class I needed to look up: org.kie.api.task.TaskService...
    Profile Photo
    created by clay_ferguson
  • How to attach source in Eclipse for Debugging

    Does anyone know how to attach the jBPM  Source in Eclipse ?   The  jBP Library shows up as "non-modifiable" when you open the Eclipse build path dialog and so it doesn't allow source attachment. ...
    Profile Photo
    last modified by clay_ferguson
  • Problem compiling package, no valid constructor

    Hi   I am trying to compile a package, the validation passes but the compilation gives me this error:   java.io.InvalidClassException: org.drools.base.field.ClassFieldImpl; org.drools.base.field.ClassField...
    Profile Photo
    last modified by jmiguel77
  • Deploy a workflow with JBoss AS + JBoss ESB

    I would like to deploy a jBPM process on jBoss AS by using the runtime provided by jBoss ESB (that supports JBPM 5.2.0) in order to implement a service orchestration by using the workflows. I'm following this tutorial...
    Profile Photo
    created by vdenotaris
  • Objects and web-services in jBPM

    Is it possible to consume web-services and/or use own libraries (and thus custom objects) into a jBPM workflow? Eventually, could I expose this process as (another) web-service? Regards, V.
    Profile Photo
    last modified by vdenotaris
  • jBPM Web Application in Tomcat with MySQL

    Hello Community,   I try to develop a jBPM Web Application with persistence enabled. I want to run this Web Application in a Tomcat 7 server. For that I created a new dynamic web project in eclipse.   As ...
    Profile Photo
    created by marinav
  • jBPM 6 Create own persistence

    Hello Community,   I am new to jBPM and try to integrate jBPM 6 in an existing CRM Application. To resume the processes after a server crash, I have to create a persistence mechanism. The CRM Application alread...
    Profile Photo
    last modified by marinav
  • How to Display Alternate Process Image to End User?

    Hi,   I use JBPM 5.4   We have many kinds of nodes inside our process definition, signal node, service node, human task node, etc.   Some of these nodes is quite technical and our end user does not w...
    Profile Photo
    last modified by thomas.setiabudi
  • Parallels execute in component Multiple instances

    I use component Multiple instances(jbpm 5.4 ,jboss).It is work but... execute is not really parallels. What i should to do if i need really parallels instance?
    Profile Photo
    last modified by kmarina
  • How to change business administrator of a humantask ?

    Is there any way to change business administrator of a task after creating it. We are using jbpm 5.2 and we couldn't see any method on task client for this.
    Profile Photo
    created by tomsebastian
  • Update NodeInstanceLog in BRMS 5.3.1

    Hi I'm using BRMS standalone 5.3.1   I'm managing JBPM processes from a custom EJB.   I successfully managed to start processes and signal them from my EJB.   Processes correctly executes and update ...
    Profile Photo
    created by dtalex
  • The signal from one process to another

    Hello. I have the following problem. I need to implement a mechanism that one process can send a signal to other processes. I use this code. But get an error. Please tell me how I can implement this mechanism.  ...
    Profile Photo
    created by neki
  • Problem with local parameter in component multiple instance

    Hi! I have really big problem with process where multiple instance is exist. Please help! In multiple instance area i use result mapping Parameter/Variable.But my parameter is global in process. And each instances ...
    Profile Photo
    last modified by kmarina
  • Persistence with OpenJPA

    Hi,   I was trying to setup persistence in IBM environment on WAS 8 and encountered a problem with "org.drools.persistence.info.SessionInfo.id" declares generator name "sessionInfoIdSeq", but uses the AUTO gene...
    Profile Photo
    created by joe.chuah