OrleansContrib / Orleans.Sagas

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

Expose interface to send parameters to dependent activities #25

Closed creyke closed 4 years ago

creyke commented 4 years ago

It should be possible for an activity to report back state (for example in the form of key value pairs) which can then be made immutably accessible to downstream activities.

For example, an OrderShipActivity may wish to expose (upon successful completion) a ShipId property which a FuelShipActivity may require.