Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.0.1
-
Fix Version/s: Bug Backlog
-
Component/s: Core: Exception Handling
-
Labels:None
-
User impact:Medium
-
Configuration:
-
Similar Issues:None
Description
If a configuration strategy is nested inside a model, it does not inherit that models exception strategy. This is inconsistent with services.
We have two options:
1. prevent patterns to be added into model (like flow which can only exist outside of model)
2. make patterns model aware (which would be inconsistent with flow)
I think #1 is better.