Allocated Exception Handling Pattern
The following table highlights some important facts about the Allocated Exception Handling Pattern:
Signature |
Allocated Exception Handling Pattern |
Classification |
Exception Pattern |
Intent |
The intention is to handle the timeout exception in subprocesses. |
Motivation |
To handle timeout exception in subprocesses. |
Applicability |
The token is assigned to an activity. When the exception occurs, the token gets allocated to the subprocess. The state of the process instance now depends on the state of the allocated subprocess. The following are different scenarios for that:
|
Implementation |
Check the process state diagram. This has a sequence flowing from TBE (timer... |