• Generate reports with jbpm-console + Jboss 7

    in the  file “build.properties"  configure "jBPM.birt.download=true" but does not the report generator jbpm-console. And displays the following message: "Reporting Engine does not seem to be running....
    Profile Photo
    created by quirozariel21
  • What is the best practice to restore ksession from DB in jBPM5.4.0.Final

    Hi,    I am using one ksession per entire application strategy and ofcourse its persistable session. My question is, What is the best practice to restore previous session when an application is deployed/re-...
    Profile Photo
    last modified by arif.mohammed
  • JBPM : Example required for "Data Object" usage

    Hi,   I am looking for an example on how to use "Data Objects" in my process definition. A small JBPM hello world for this is all I want.   I am using Drools 5.5.0.Final version.   Regards, Zahid
    Profile Photo
    last modified by ahmedza
  • 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
  • To add the users and groups

    Hi community   I have a requirement that i want to add my own users and groups to the jBPM and I want to do this dynamically. i tried with something like,           ...
    Profile Photo
    created by kannan123
  • How to integrate jBPM in netbeans7.3??

    I'm developing my final project study. the project is an application of project management in JEE. I must use netbeans7.3 as IDE and ORACLE as database. a validation process for projects and tasks I must use jBPM work...
    Profile Photo
    last modified by oneneo
  • Need task outcome and task completedOn in TaskSummary in jBPM5.4.0.Final

    Hi,    I have a customized task list dashboard in my web application i.e, I have open and completed task lists. In completed task list for every completed task I have to show the date task was completed and...
    Profile Photo
    created by arif.mohammed
  • creating variable number of human tasks in jBPM5.4.0.Final

    Hi,      I am using jBPM5.4.Final and I would like to know whether the following is possible or not.      As of now I know we can create any number of human tasks say ht1, ht2, ht3 ... ...
    Profile Photo
    last modified by arif.mohammed
  • 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
  • how to migrate work space (repository) from JBPM 6 designer to another one ?

    i'm facing a problem that i need to migrate all the running projects and repositories from a kie Designer to another one and i cant figure out how this can be done 
    Profile Photo
    created by reham.besheer
  • How to get delegate user id from JBPM task.

    HI,   I write the following code to delegate the reserved task. taskClient.delegate(2, "actual user id", "delegate user id", handler);   The problem that I faced is how to get delegate user id for reserve...
    Profile Photo
    created by wailwinmoe
  • Event node exit would remove Event defintion from Knowledge Base

    Hi,   We are a little surprise about the following behavior: We have a KnowledgeBase Instance implemented as Singleton. Every new Process would use the same reference to the Knowledgebase and run in its own Sta...
    Profile Photo
    last modified by jboss-at-rameder.com
  • Going from jBPM5 demo to full fledged application - completely confused

    I am completely confused, hoping someone can help.  I've installed the demo, and have created a test project using persistence and human tasks.  This works ok (had a lot of issues when deploying to the JBoss...
    Profile Photo
    last modified by cstjean
  • Row has been updated or deleted by an

    Hi,   I have an issue with concurrent access of a ProcessInstance. I reduced the issue to the following situation: The "Long Running Task" is now a Thread.sleep(10000); The "Wait to proceed" node is an even...
    Profile Photo
    last modified by mvermand
  • Is there any api that could be used to create a image from the process definition xml file?

    Hi everyone:      I am very new for the jbpm 5 . Now I tried create a image from the process definition xml file . Is there any api could help me ? I am using jbpm 5.3 . Any help will be thankful....
    Profile Photo
    last modified by dapengking
  • How to defining a process with diverge gateway node using api of jbpm5.4

    Hi everyone :      I want to build a process definition using api of jbpm5.4 . And I already read about the "6.1.3. Defining Processes Using the Process API" in the jBPM User Guide . Now I have f...
    Profile Photo
    last modified by dapengking
  • JTA issue when starting a process from another thread

    Hello,   I have a queue of objects which contain all the information required to start a new process session. Using Spring's @Scheduled annotation I'm periodically calling a method to poll the queue and start n...
    Profile Photo
    last modified by garethed
  • jBPM Workflow with BigDecimal values

    Hi Community   I am implementing the jBPM workflow with Business rules and i am trying to use BigDecimal values in the rules. But i am getting some errors while passing the values to the rules. Can some one help...
    Profile Photo
    created by kannan123
  • Problem with using BigDecimal values in the business rules

    Hi   I want to use the decimal values in the business rule. But i found only the BigDecimal type while creating the Declarative Model. I passes my String value to the business rule like, new java.math.BigDecima...
    Profile Photo
    created by kannan123
  • How to get actors in jBPM

    Hi I would like to ask about how to get actors of jbpm workflow by using process instance id. My problem is that I want to show workflow's actors of specified workflow. In order to show like that I know only proce...
    Profile Photo
    last modified by wailwinmoe