Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.3.0
-
Fix Version/s: 3.3 M3
-
Component/s: Core: Exception Handling
-
Labels:None
-
User impact:Medium
-
Similar Issues:None
Description
Use cases
Start execution by reading a file inbound endpoint, process it and send it to an HTTP endpoint. In case of a ConnectTimeoutException then stop current flow and notify
Acceptance Criteria
- An exception strategy can be configured such that when one type of exception (tested with instanceof) matches a flow is stopped.
- All other exception strategy functionality should be supported alongside this functionality including performing different error path processing based on exception type.