OrleansContrib / Orleans.Sagas

A distributed saga implementation for Orleans
MIT License
150 stars 28 forks source link

Add a readable log and expose it to subsequent activities #9

Closed creyke closed 3 years ago

creyke commented 7 years ago

Boban @bobanco 00:01

@creyke wouldn't be easier to implement the saga on a top of EventSourced grain?

Roger Creyke @creyke 00:02

if the saga is a "true" saga, the result of the work is inconsequential for me, that would be "adding a log" which is sure, optional and probably a good feature

creyke commented 3 years ago

Not required currently.