When trying to migrate to v8 we needed to transform a custom projection to a explicit aggregation so we could use softdelete.
The implementation and the example fails to use the action type ActionType.UnDeleteAndStore
.
I added a PR with a test case example.
#3970