I have a pipeline with a foreach activity
Inside the foreach activity, there is a copy activity and if fails, there is another copy activity to log the error.
If one of the items in the foreach loop fails, then the error is logged and the foreach activity shows a failure red icon on it.
Then the foreach continues until the last item and all seems good so far.
Why is it that when I go to pipeline runs monitor, I see the pipeline as failed.
Is this the expected behaviour?
Even-though I log the error, the pipeline is successful because everything else ran fine.
How is it possible to have the pipeline run in the monitor screen to show as success instead?
Thank you
