OrleansContrib / Orleans.Sagas

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

Enable running first activity even if saga aborted #36

Closed majdee closed 3 years ago

majdee commented 3 years ago

This PR allows running first activity even if sage been aborted, by doing that we ensure that the consumers of the package will have a way to track over their running sagas.