Hi,

I'm using "merge string list to a string" component to concatenate a list of
outputs in most of our workflows. We do that because it's more user friendly
to copy that output with all results than coping each element of the list.
We work with lists with more than 500 elements.

The problem comes when some elements have an error, then "merge string list"
is not able to create the concatenation and gives an error.
Here I attach an example workflow that shows the problem...

the exected result without errors would be a list like:
String0
String1
String2
String3
....

with errors the result now is:
[an error message]

I would like to have:
String0
String1
[error]
String3
....

Is there any way to do this?

Thanks in advance.


-- 
Marta Villegas
[email protected]

Attachment: merge_string_list_with_errors.t2flow
Description: Binary data

------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
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