How to process only the failed files in foreach activity when the master pipeline is retriggered.
Hello,
There are two pipeline Master and child.
In the child pipeline there is a foreach activity which takes files as input and process them in parallel.
For instance, there are 4 files , in which 2 files are successfully processed and loaded the data into a table. Then, files 3 processing is failed and file 4 is successful. Now, when I retrigger the Master pipeline I only want the 3rd file to be processed, not all the 4 files.
How can we achieve this.
Could someone please assist
Thank you.