[jboss-user] [jBPM] New message: "Re: Async continuation in decision activity"

Johan Kumps do-not-reply at jboss.com
Wed Jan 27 01:52:28 EST 2010


User development,

A new message was posted in the thread "Async continuation in decision activity":

http://community.jboss.org/message/522447#522447

Author  : Johan Kumps
Profile : http://community.jboss.org/people/johan.kumps

Message:
--------------------------------------------------------------
Hi,
 
This is a piece of my process definition :
 
...
<start g="10,162,80,40">
  <transition to="ChooseWorker"/>
 </start>
 
 <decision g="132,161,80,40" name="ChooseWorker" *continuation="async"*>
      <handler class="be.myorganisation.myapp.WorkerDecisionHandler" />
  <transition g="-6,-18" name="groupOne" to="inTreatmentByGroupOne"/>  
  <transition g="-42,-17" name="groupTwo" to="inTreatmentByGroupTwo"/>  
 </decision>
...
 
Thanks for helping,

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/522447#522447




More information about the jboss-user mailing list