[jboss-user] [jBPM Users] - jBPM 4.X: task-local variables

2009-11-24 Thread tcr
! Regards tcr View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267372#4267372 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267372 ___ jboss-user mailing list jboss-user

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - execution not waiting for Task Form inputs

2009-10-05 Thread tcr
Hi makarandk502, if I remove the taskService.completeTask(task.getId()); and change the assert to check for review instead of wait the tests works for me. I only had a 4.0 to hand, not 4.1 but I think this should work in 4.1 ... | Task task=taskList.get(0); |

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-24 Thread tcr
Hi, one thing I see is that your end - state is missing. The join has a transition to end1 which is not in your process def. When does this exception come up? When you start the process, when completing a task? Regards Torsten View the original post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

2009-09-23 Thread tcr
Hi, do you need to send the task to a limited number of users of dynamic number of users? If fixed you could use a fork-task (1-n)- join combination. Each user would get a separate instance: | fork ... | transition to=taskA | transition to=taskB | transition to=taskC | transition

[jboss-user] [jBPM Users] - Re: HistoryTaskQuery.startedBefore() and startedAfter() dont

2009-09-22 Thread tcr
Hi, I had the same problem. I checked the hibernate config for HistoryTask (jbpm.history.hbm.xml) and could not find an attribute called startTime. Additionally I could find a member of that name in the HistoryTask class. But I found a member and a mapping for CreateTime! After I changed

[jboss-user] [jBPM Users] - Re: JBPM 4.0 HistoryEvent, HistorySession

2009-09-21 Thread tcr
Addition: I wasn't able to find a binding for HistorySessionChain. I created one (see below). Maybe some hints for all who want to add a custom historySession Steps: - Create your custom history Session (implement org.jbpm.pvm.internal.history.HistorySession) - Create the binding class

[jboss-user] [jBPM Users] - JBPM 4.0 HistoryEvent, HistorySession

2009-09-20 Thread tcr
Hi, we need to send emails and log information upon certain events (e.g a reassignment or change of priority). All this is available as history events, so we thought implementing a custom history session and add this to the jbpm-config. As it turns out the history events do not expose their

[jboss-user] [jBPM Users] - [JBPM 4.X] jbpm-console, remote process instance

2009-09-13 Thread tcr
Hi all, can anyone point me to documentation on how I can configure the jbpm-console to connect to a remote jbpm process engine. I was looking at the demo installation (jBoss) but was not quite sure what config-files I need to change... Any help appreciated! Regards Torsten View the

[jboss-user] [JBoss jBPM] - Re: How to Generate ad-hoc Task, activities process ??

2009-08-13 Thread tcr
JPDL is persisted as XML LOB not as objects... Thanks! Regards tcr View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4249477#4249477 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4249477