• Task Engine in JBPM suite

    Hi ,           Is a task engine provided as part of the BPM Suite? If yes, are the following features provided? Does the BPM Suite provide templates to create human tas...
    Profile Photo
    last modified by bhargavdesai99
  • JBPM-Model Driven Architecture(MDA)

    Hi,           Does the JBPM solution implement any MDA/MDD approach? Is the solution aligned to OMG (Object Management Group)?     Thanks, Bhargav
    Profile Photo
    last modified by bhargavdesai99
  • BAM(Business Activity Monitoring) in JBPM

    Hi,        Is BAM support available in JBPM ? If yes , then what features (Automated Business Process Discovery , Realtime monitoring  , Impact Management , etc . ) are supported ?  ...
    Profile Photo
    last modified by bhargavdesai99
  • Predictive Analysis in JBPM

    Hi ,         Is Predictive Analysis (financial, risk, critical path, rule simulation/what-if analysis, …) supported in JBPM ? If Yes, then which analysis features are supported ?...
    Profile Photo
    last modified by bhargavdesai99
  • Simulation in JBPM

    Hi ,         Is Simulation supported in JBPM ? If yes, which simulation method/features are available?       Thanks, Bhargav
    Profile Photo
    last modified by bhargavdesai99
  • Control Acces to a Task in multiple process instance

    Hi,   I create a process with multiple instances and I'd like to control acces to a task. Indeed my task shouldn't be call by 2 instances at a time but only one by one every X seconds.   Can i do someth...
    Profile Photo
    created by shaigan
  • Help needed as I'm a newbie to JBPM

    Hi all, I'm a complete newbie to jbpm and bpm as a whole. I have been going thru the user guide of v4 as I'm using 4.3. Have setup the whole environment using eclipse and all. I'm over with the installation part. Add...
    Profile Photo
    created by sanket.srimany
  • Spring JBpm 4.3 loading a custom IdentitySession

    Hi,   I'm trying to integrate spring and Jbpm.   I'm  using the SpringHelper to start the processEngine : {code}<?xml  version="1.0" encoding="UTF-8"?>   <jbpm-configuration> ...
    Profile Photo
    last modified by newbeewan
  • multiple workflow on JBPM engine

    Hi ,   I am using JBPM4.3 on tomcat 0.6.29.1, i have different workflow running on the this setup. Recently i found that in one of the workflow a node is corrupting memory due to this tomcat and all the other w...
    Profile Photo
    created by smurali
  • jBPM 4.3, multiple threads handled sub-process caused its parent process throwing exceptions

    Hi :   I have a jpdl with fork as shown below :     -->(fork-node)-->(sub-process-node-A)-->(join-node)               ...
    Profile Photo
    created by tunmang
  • JBPM 4.3 and JPA/Hibernate integration question

    In previous JBPM 4.v versions, we were using SpringConfiguration.setHibernateSessionFactory to share the same jpa/hibernate context of our running environment.   This trick seems no more possible in last 4.3 ve...
    Profile Photo
    last modified by chrigar
  • Seam jBPM injection

    Hi,   I am facing some issue with seam injection into jBPM context. I have my independent seam application and my jBPM is running into different application into jbpm context into deploy/jbpm folder. Inside my a...
    Profile Photo
    last modified by pushpak1981
  • [JBPM 4] How to clear user object cache

    Hi,   I'm new to jBPM.   I wrote a process using "decision activity" with decicion-handler (java class). the process works fine. But when i change the decision-handler java code and i redeploy the process...
    Profile Photo
    last modified by v.lepretre
  • Task take time

    i.e. A task assigned to a group, then some user of this group take the task (taskService.takeTask). Did jBPM record the taking time? (seems not based on the db schema)
    Profile Photo
    last modified by ylh
  • jBPM 4.4 end Process Instance

    I am trying to end a Process Instance from Decision Handler using executionService.endProcessInstance. But i get the following Error. The same code works if i try to end the Process instance from Java Activity.  ...
    Profile Photo
    last modified by pushpak1981
  • Timer Exception

    Hi there! I'm using jBPM 4.4 and I created a process that invoke a sub-process activity at startup. The sub-process contains a timer activity and raises the following exception when the timer is fired:   16:21:1...
    Profile Photo
    created by biett0
  • REST interface for JBPM

    I've made some kind of RESTful interface for JBPM 4 by mens of JAXB & Jersey. So I can share my code, if anybody care
    Profile Photo
    last modified by jump
  • Changing objects and serialization problem

    I am responsible for an application where the hibernate objects are stored in the jbpm tables. I changed a hibernate object and now jbpm is throwing up exceptions since it cannot deseriliaze object anymore. Prior deve...
    Profile Photo
    last modified by enderwiggin30
  • jbpm project suggestions

    Hi forum,   I am working on my final project for the master degree ~ BPM in a help desk support tool. For the technical part i need to implement jBPM, but I am not sure what exactly to do. Should I transform t...
    Profile Photo
    created by pantearaul
  • Java activity ejb jndi name

    I have one query regarding jBPM Java activity. It supports ejb-jndi-name attribute. Is it possible to put an expression into the jpdl file in place of actual ejb name. I will be setting this ejb jndi name at runtime i...
    Profile Photo
    created by pushpak1981