On Fri, Sep 3, 2010 at 08:41, Andreas Truszkowski <[email protected]> wrote:
> Furthermore I noticed that iterative executed services invoke the output > ports. But they won't invoke the attached services. It seems to me to be a > bug. (see break picture) Is this still with the code that does not return? You must make sure you always return. You would still see the individual items on the output ports, but you won't see the 'final' list which they all live in, and so the attached service is not started. > I try to read a 2GB SDFile so that it could not be done at once. You could if you ask to read them only as references, and then you dereference each item of the list one at a time within your activity. You would have to change the expected data type on the port. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/ Developers Guide: http://www.taverna.org.uk/developers/
