On Mon, Jun 8, 2009 at 18:55, Wei Tan<[email protected]> wrote: > Hi Alan, > > It works this time, thanks! > Another question, I do not know why the output of my workflow > appears to be like this: > > list > list > list
It could be that you have several processors that take a single value as an input, and return a single value wrapped inside a list - then you would end up with many of those lists. For each of these processors you would get another layer of lists. (many BioMoby services work like this - I guess they often return lists because there could be more than 1 answer) Check the depths of the ports of your beanshell scripts and nested workflows - otherwise simply use the list flattener. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
