xiaoxiao long [https://community.jboss.org/people/mimi_2012] created the 
discussion

"In my jbpm5.2 project,I use gateway to decide which next taskNode that the 
process will go"

To view the discussion, visit: https://community.jboss.org/message/759357#759357

--------------------------------------------------------------
I do not like this way :
 
https://community.jboss.org/servlet/JiveServlet/showImage/2-759357-19464/QQ%E6%88%AA%E5%9B%BE20120913162602.jpg
  
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-759357-19464/450-260/QQ%E6%88%AA%E5%9B%BE20120913162602.jpg
 

int qnt = java.lang.Integer.parseInt(quantity);
if ( qnt > 1000)
 isAvailable = false;
else
 isAvailable = true;
 kcontext.setVariable("isAvailable",isAvailable);
System.out.println("***After process order HT, Quantity: " +qnt +" isAvailable 
condition: " +isAvailable);

because the customers want  the project could achive the function to allow them 
to  decide which next taskNode that the process will go,In the User Interface,I 
will supply the options(show the next tasknodes) to user to choose,how can i  
achive, *I need the code,*forgive my poor english,thanks!!!
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/759357#759357]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to