[jboss-user] [JBoss jBPM] - Re: Movo to node

jagr do-not-reply at jboss.com
Tue Mar 11 04:34:25 EDT 2008


In this case

  | 		if (true){
  | 			//go to create offer
  | 			node.leave(context, "tr_create_offer");					
  | 		}
  | 		else{
  | 			//go to create client
  | 			node.leave(context, "tr_create_client");		
  | 		}
  | 

the result is


  | 09:31:22,750 INFO  [STDOUT] ### Running on CreateOfferAction
  | 09:31:22,781 INFO  [STDOUT] ### Running on CreateOfferAction
  | 

Seems that node changes how code is defined, but at last time always go to CreateOffer node.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135539#4135539

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135539



More information about the jboss-user mailing list