Exception handling in current workflow

how to list all the exceptions of the developed workflow like type, condition ,workflow where exceptions are handled ?

@Sakshi_Jain

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

  1. list of throw activity
  2. 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 ?