Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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