[jboss-user] [JBoss jBPM] - Re: understand asynchronous continuations

2006-11-13 Thread [EMAIL PROTECTED]
now i am continue to my test. i want to know how to activate a message executor? | process-definition name=sub | start-state name=start | transition to='auto' / | /start-state | node name=auto async='true' | action

[jboss-user] [JBoss jBPM] - Re: understand asynchronous continuations

2006-11-09 Thread [EMAIL PROTECTED]
thanks for the reply, does that mean asynchronous continuations is useful for the node typed Node, not for the node typed state because state node is only a wait state? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984434#3984434 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: understand asynchronous continuations

2006-11-09 Thread [EMAIL PROTECTED]
correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984461#3984461 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984461 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: understand asynchronous continuations

2006-11-08 Thread [EMAIL PROTECTED]
when invoking the signal method, the process will start executing and this method only returns after the process has entered a new wait state. potentially this means that many nodes are executed in the mean time. all of this is inside 1 transaction of the caller of the signal method.