Closed thomaseyde closed 5 years ago
@thomaseyde you don't - this is not something AS was designed for. Granted, on the surface it may look very similar.
Fair enough. Are there any recepies? Are we supposed to write our own implementation? Maybe someone should build a "SagaSource" spinoff?
You could implement a custom saga using the EventRouter and EventRecorder classes. That'd be a very quick way of going about it.
How do you implement a saga with AggregateSource? I would like something like Jonathan Oliver's implementation: