microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Implement support for suspend/resume #195

Closed cgillum closed 11 months ago

cgillum commented 11 months ago

Fixes https://github.com/microsoft/durabletask-mssql/issues/181

The MSSQL backend was missing support for suspend/resume. It also made some bad assumptions about how it would eventually behave when introduced, so some existing logic needed to be removed.

I also bundled a couple additional minor fixes into this PR: