A case type for processing loan applications follows a standard path: Submission, Review, and Disbursement. However, if an application is flagged for potential fraud during the Review stage, it must undergo a separate Fraud Investigation process. How should a System Architect model this exception in the case lifecycle?
-
A
As an optional process available in the Review stage.
-
B
As a separate primary stage after the Review stage.
-
C
As an alternate stage that the case can move to from the Review stage.
-
D
As a subcase that is launched during the Review stage.