[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-08 Thread estaub
Adding async="true" to the node on each leg will make it execute independently. I don't know how/if this works if you are not persisting; someone else may know. If you are persisting, you'll need to use a database with good isolation and transaction characteristics - in particular, not HSQL.

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

2008-05-08 Thread kukeltje
jbpm does *not* make multiple threads for each of the legs of the forks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149582#4149582 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149582

[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 ..