I have Saga_X that sends command. As a result of that command number of Saga_Y instances are created. At some point Saga_Y handles event. I would like that event to be captured also by Saga_X. Is there any other way?
I tried to use ReplyToOriginator in Saga_Y but it does not work for Events. The other option I see is passing ParentCorrelationId and using it to republish event. I want to avoid that.
It's not 100% clear what you're trying to accomplish, but this should work: