jbpm

Can i add a run time transition to a task node in jbpm v3.2 ?

Hi all, For every task node in a process definition, i want to dynamically (programtically) add a self transition (from and to transition to the same node) to each task node. Can you tell me can this be done as part of JBPM v3.2 and if there are any issues that can crop up if i choose this approach ? ...

Wizard out of Eclipse for drawing jBPM

Hi! I saw that jBPM workflow has plugin-in for Eclipse to draw the processes (workflow) Is there a way to draw the workflow out of Eclipse? ...

jsf-console 3.x on JBoss 6.x possible?

Hi, I'm trying to move an application from JBoss 4.2.2 AS to 6.x AS. Right now I'm trying to get jbpm 3.x running on the AS I have this problem when trying to upload a .par file to the server: 13:41:51,713 ERROR [org.jbpm.db.GraphSession] (http-127.0.0.1-8888-1) java.lang.ClassCastException: org.jbpm.graph.def.Node_$$_javassist_92 canno...

jbpm process instance save

Hi all i am new to JBPM. i am using jbpm4.4 this is my basic example code: ProcessEngine processEngine = new Configuration() .buildProcessEngine(); NewDeployment deployment=processEngine.getRepositoryService().createDeployment().addResourceFromClasspath("com/pardis/jpdl/test.jpdl.xml"); String deploymentId = ...