Hi, i am using two workflow. In first one say workflow1 i am invoking second workflow say workflow2 which is surrounded by try catch. Now in workflow2 i am using throw exception activity where the field is populated with "new Exception(“My Custom Exception”). And in catch section of workflow1 i am catching System.Exception. It is not working for me. Catch is unable to catch anything. Whats wrong in this.
I believe it should work. Attach your workflow if possible. Let someone see what’s different.
Thanks,
Rammohan B.
Can you share your workflow so that we can check to see what is missing…
Please use Rethrow activity inside the catch block of workflow2.
Regards,
Sasikumar K