In the specific case you talk about, a loop is probably a good design fit - all chapters are similar, presumably.
In the similar case of a dynamic number of similar parallel activities, a fork can be told to generate as many similar child tokens (like threads) as necessary. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141079#4141079 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141079 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
