Paul Fisher wrote: > Can you please write that in English? > I have no idea what you just wrote.
Sorry it was in geek speak :-) Suppose you have a service that produces the archive and writes it out somewhere and also a service that reads the archive from that somewhere. Add an Ask service (under Local services -> ui) to your workflow. Specify that the Ask service runs after the archive write - you do this by right-clicking on the Ask service, selecting "Run after" and choosing the archive writing service. Similarly, make the archive reading service run after the Ask service. Now when you run the workflow, after the archive write, the Ask service will pop up a dialog. You can go away and edit the archive. Once you have finished the edit, come back and click OK in the Ask service. The archive reading service will now run. Alternatively, if you are passing the data directly from the service Athat produces it to service B that consumes it, then you will need to put an editing service in between A and B. The data will be fed from A into the editing service and the output of the editing service will be fed to B. The kind of editing you want will depend upon the type of the data. You will need to create a beanshell service (or similar) to pop up the editor. > Paul. Alan ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ 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/
