[jboss-user] [JBoss jBPM] - how to merge global variables value in a JOIN

2007-04-04 Thread tsandor
Hi, I've seen the pattern WPF3: Synchronization and checked the test case Wfp03SynchronizationTest in jBPM3.1.4. However, this workflow situtation is pretty straight forward, I cannot image how to extend it when there's also data with the workflow. E.g. let's see the jpdl in the testcase: |

[jboss-user] [JBoss jBPM] - Re: how to merge global variables value in a JOIN

2007-04-04 Thread tsandor
Hi Ronald, kukeltje wrote : Each task completed updates the global variable, so the last task completed is the one that 'wins'. This means there will be a data-loss. E.g. A modifies its local replica of a global context variable, and B modifies also its replica. But if B approves later,

[jboss-user] [JBoss jBPM] - Re: jBPM and Eclipse JWT Project

2007-03-23 Thread tsandor
Hi Koen, Thanks for the response. My company is evaulting jBPM and we love its framework, but we'd like to use it with XPDL. Before we think of implementing it onto jBPM, is there any kind of progress there on your side? So we shoud not start from scratch. Also, with which version will you

[jboss-user] [JBoss jBPM] - jBPM and Eclipse JWT Project

2007-03-20 Thread tsandor
Hi, I've found on the eclipse site, that it's incubating a new Java Workflow Tooling project :). Koen Aers is also a member of (at least) the [xpdl] and/or [metamodel] workgroup. JWT will use XPDL as its workflow language (along with BPEL for the business processes). Near the end of this

[jboss-user] [JBoss jBPM] - Re: ExpressionAssignmentHandler burned into jbpm core

2007-01-12 Thread tsandor
Thanks. It was a post from 2005 on jbpm v3.0.x. I think, I used assignment class=myHandlerClass in the processdefinition.xml, swimlane section. However, your solution may work also. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000802#4000802 Reply to the

[jboss-user] [JBoss jBPM] - how to find processInstances by initiator?

2006-12-05 Thread tsandor
hi, I'd like to ask a jbpm guru, to help me finding a method (in jbpm3.1.3) to list all running process instances that were started by a given swimlane (by a username). I found method only for getting taskInstances, but I'd like to see my processInstances even if they are assgined to someone