Creating Libraries, Handling Exceptions, retaining Error Context, Usage within REF

I’m new to creating Libraries. I’ve noticed that while using libraries within the REF error are still caught, the exception.source context is essentially lost from within the library. You only get the activity name that failed. I already using heavy ENTER and EXIT logging within my workflows so at least I know where it was when it hit the error.

I’m curious if using a Global Handler within a library is something folks have done ?

That global handler would create a specific exception retaining the library context source within the exception string itself. Thinking disabling retry logic within the Global Handler itself.

Just curious what folks have done for starting to use Libraries and handling Exceptions coming out of Libraries in a more deterministic manner.

TIA !!

Actually I just found this:

This seems to provide the guidance I was hoping for.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.