Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Workbench - catch exception

Avatar

Level 3

If you catch an Exception inside workbench (ie drag a line from the lightnight icon) is it possible to get to the exception object to get the exception details (FaultName, FaultSource, etc).

I know you can do this if you have an exception event catch it, but I want to handle it in the actual process syncronously.

Any ideas?

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can't.

As you  mentioned, the only way to get it an object is by using the Exception event.

I know engineering is looking to improve this in future releases.

Jasmin

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You can't.

As you  mentioned, the only way to get it an object is by using the Exception event.

I know engineering is looking to improve this in future releases.

Jasmin

Avatar

Level 3

Thanks Jasmin, I had a feeling that might be the answer!

Gareth