There's no need to create one task node for each line of the input file. I've created only one task node and a decision node pointing to each other in a loop. They've allowed me to iterate through each input line, reusing the single task node.
Cheers, Elifarley View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209688#4209688 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209688 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
