Page 1 of 1

Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

Posted: Fri Jul 22, 2022 11:28 am
by answerhappygod
Study the following process flow on the Main Page of a process where the intention is to preserve the current exception.

What is wrong with the design?
Study The Follo 1
Study The Follo 1 (5.47 KiB) Viewed 52 times
A. The exception handling is not within an Exception Block.
B. The exception caught by Recover2 will not be preserved by the Re-Throw Exception stage
C. The Send Alerts process will never be run
D. Because the flow is on the Main Page of the process there should be a "˜Re-Throw' Exception stage as there are no parent/calling pages for the exception to "˜bubble up' to. B