Alexandra Nenadic wrote:
> Hi,
> 
> [email protected] wrote:
>> Hello,
>>
>> suppose I have a dataflow and I want to edit manually some of the
>> intermediary products of data. Is there a way to 'pause' the execution of
>> the workflow, so I can edit the archive and then continue the execution
>> using the changed archive as input of the next process?
>>   
> Not at the moment, no. What you can do is split your workflow into 2 
> workflows and save the results of the first part, modify them as you 
> like and then pass them as an input to the second workflow.

Do you want to edit the archive as part of the workflow's execution e.g. 
via a beanshell popping up an edit dialog, or do you want to pause the 
execution and edit the archive "offline"?

If it is the latter then you could put in an Ask local service that 
_runs after_ the service that produces the archive and then make the 
service that consumes the archive _run after_ the Ask.

> Alex

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/

Reply via email to