hi,

I am creating a work flow Like:

Node1(MyActionHandler) -->Task 1--->Node2--> Task2--->Join ---> node 3
                                   -->Task 1--->Node2--> Task2--->Join
                                   -->Task 1--->Node2--> Task2--->Join

there is a actionhandler named "MyActionHandler" in Node1, 
MyActionHandler create 3 tokens for Task 1, which means 3 Task1 or 3 sub Tokens
but if one of those 3 tokens finished Task2, join won't wait other 2 tokens, 
join just go straight to node3.

how to make join waiting for all 3 tokens(go to nodes until 3 tokens finish 
Task2)?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111499
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to