Hi, another newbie question.
I was trying to understand the difference between a saga and a process manager (Greg Youngs favorite) and why you choose Saga’s.
Then when trying to find a definition of the two I stumbled on this thread (https://stackoverflow.com/questions/15528015/what-is-the-difference-between-a-saga-a-process-manager-and-a-document-based-ap). Simply put Sagas do not store state contrary to process managers that does that. When looking in your doc (4.0) I realise that Sagas DO store state, so is your implementation actually process managers?
I guess I does not really matter I am just trying to understan…
Cheers
Fredrik