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/...
https://community.jboss.org/servlet/JiveServlet/downloadImage/2-759357-19...
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&...]