[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-08 Thread shettytejesh
After posting my question and going through the jbpm doc, I did understood the GOP execution strategy and realized I will have to use async='true'. Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149589#4149589 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-07 Thread shettytejesh
| | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-07 Thread shettytejesh
heres snippet of xml which explains what i am doingxml is schematically not correct but will give picture on what i am trying to achieve ..

[jboss-user] [JBoss jBPM] - fork (concurrency) help

2008-05-07 Thread shettytejesh
I have a fork which produced three transition and all go to an automated node. My understanding here is that there will be three thread of execution path generated. Each thread(transition) is going to an automated node then I am joining all three and moving ahead. Right now I have automated nod