On Wed, Oct 27, 2010 at 11:24, Domas <[email protected]> wrote: > I'm new in Taverna, trying to implement a workflow but as soon as it > get's bigger > it becomes quite time consuming to test the workflow. > Is it possible to run a part of the workflow? Somehow? Without > repeating the whole thing from the beginning every time?
The most common technique is to build major parts of your workflow as Nested Workflows [1]. You can then open and edit/run the nested workflows individually. [1] http://www.mygrid.org.uk/dev/wiki/display/taverna/Nested+workflows You can split your existing workflow into nested workflows either by using Copy and Paste of individuall services (but you would then need to reconnect inside the nested workflows), or by importing the parent workflow as a new nested workflow - and delete the services you don't want to include. We've planned a feature to do 'partial runs' - by reusing data from previous runs it should then be possible to do a much faster run of your workflow. This work is roughly scheduled for 2011. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
