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 try launching jobs inside your workflow for each process with a try catch and proper exception handling on every process so that if an error occurs, it goes to the next client: