how to list all the exceptions of the developed workflow like type, condition ,workflow where exceptions are handled ?
I believe there no direct activity to list
It depends how they have developed the workflow
If the workflow is in Re-Framework there was possibility of throw activity
also check for Try-Catch methods implemented in the flow
Hope this may help you
Thanks
okay can see the number of occurrences in reframework
- list of throw activity
- list of try catch activity
also to get buisness exceptions covered in the current reframework development apart from system exceptions , do we have method for that ?