Create a project with multiple processes to run one after other. If one fails, skip that and proceed further with the next process.

Hi @Karthikeyan_CS ,

You can use try catch with do containing process for a client and loop this try catch activity in for each for all clients.

In the catch section just use log message instead of rethrow.

I guess it will help and process without stopping for all clients.

Thanks & Regards,
Dibyaprakash