How to handle exceptions within Parallel for each loop

I am using a Parallel for each loop and expect exception. However, after throwing exception the workflow terminates. Neither continue activity could be used inside Parallel for each Loop.Can anyone guide on how do I continue the process for others and show exception at the same time for the particular transaction item?

Hi @Jainam_Shah,

Can you try using Global Exception Handler.

Refer Below link:

Regards,
Neelima.