I have a DTS package that parses a text file and then archives it. Based on what type of file it is, it will follow 1 of the 3 branches in the package.
I would like the final step (archiving) to occur if ANY of these branches succeed. The only way I have been able to get this to work is by having a seperate archiving task for each branch.
When I put just one archive task at the end of the workflow, it wants ALL of the branches to succeed. Can someone recommend a better way to do this so I don't have to maintain duplicate Archive modules?
Thanks in advance.