Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: stonysmithI assume that by "downstream" you mean "predecessor nodes".. usually referred to as "upstream".
Unfortunately, there's no such thing as a "soft error" at this time.
If a node results in an error, then any successor nodes (downstream) are not executed.
===
What you COULD do is break the processing up into three separate graphs: Data1, Data2 and Analysis. When Data1 and/or Data2 execute successfully, they write out their main data files. Then, in the Analysis graph, use the Directory node to look for those two files an use a filter to decide which file to process.