Hi, is there a known pattern in Taverna for implementing processors that include interactive steps like the one described below, which requires the workflow to display a plot and let users view it during execution? I have once implemented a blocking processor that included an interactive swing component, but that was a lot of work and certainly not available out-of-the-box -- but that was years ago, things may be easier now :-)
thanks, -Paolo Based on feedback and some of the discussions on the PC3 meeting at eScience 2008, we have added a supplementary /*Plotting workflow */to the challenge that queries the loaded database, plots a graph using it and displays it to the user interactively. This addition is documented at: http://twiki.ipaw.info/bin/view/Challenge/ThirdPCWorkflow. There is no separate code provided for these and teams are free to implement these using SQL queries and a plotting program like GNUPlot. ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-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
