Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.51k stars 290 forks source link

Update README.md with link to samples in durabletask-samples repo #1031

Closed kaushiksk closed 8 months ago

kaushiksk commented 8 months ago

Adds link to https://github.com/kaushiksk/durabletask-samples which has detailed samples for various kinds of scenarios with capabilities to see disaster recovery scenarios in action, as well as suspend and resume executing orchestrations.