microsoft / durabletask-mssql

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

SqlUtils doesn't support suspending #181

Closed Kobudzik closed 1 year ago

Kobudzik commented 1 year ago

Hello there,

I'm working on managing orchestration instances for my organization. Termination operation works fine, but suspending is not supported in SqlUtils.cs (and never was) - hence System.InvalidOperationException: Don't know how to interpret 'ExecutionSuspended' is thrown during history event handling. Is there any reason why it's not there, or was it just missed?

cgillum commented 1 year ago

Thanks for reporting this! We'll look into adding support for suspended orchestrations.

mattj-MS commented 1 year ago

Just wanted to comment this is killing us as well.

cgillum commented 1 year ago

Sorry that this fell off the radar. I've submitted a PR with a fix: https://github.com/microsoft/durabletask-mssql/pull/195.

cgillum commented 1 year ago

The fix for this has been released: https://github.com/microsoft/durabletask-mssql/releases/tag/v1.2.1