On Tue, May 5, 2009 at 13:41, Jerzy Orlowski <[email protected]> wrote: > Coming back to T2 Platform. > > I understand that To run a T2 workflow given a baclava input Map I need > to write myself a function for registering objects. Is there realy no > function like: > DataThingMap getWorkflowResults(Workflow t2flow,DataThingMap input) > ?
Well, you are mixing the Taverna 1 API (the DataThingMap) and the Taverna 2 API - that's why no such method exists. In the Taverna 2 platform there are helper tools for running workflows based on normal objects, but not any support for the Taverna 1 API like DataThingMap. -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ taverna-hackers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-hackers Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
