The new execution engine currently rejects custom_era end strategies with UnsupportedFeatureError.
The old experimental execution path supported this, but the logic was not carried over during the redesign. This is not quite a drop-in port, since custom_era depends on drug-exposure era construction and needs a clean place in the new layered architecture.
Follow-up work:
- decide where the logic belongs in the new design
- implement it
- add execution tests
- update
circe/execution/LIMITATIONS.md
The new execution engine currently rejects
custom_eraend strategies withUnsupportedFeatureError.The old experimental execution path supported this, but the logic was not carried over during the redesign. This is not quite a drop-in port, since
custom_eradepends on drug-exposure era construction and needs a clean place in the new layered architecture.Follow-up work:
circe/execution/LIMITATIONS.md