microsoft / durabletask-mssql

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

Fixes for deduple behavior on orchestration create #123

Closed cgillum closed 1 year ago

cgillum commented 2 years ago

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

Note that this change may be breaking, depending on how exception handling logic is written. I suspect in most, if not all cases, the change from InvalidOperationException to OrchestrationAlreadyExistsException should be non-breaking, hence, I'm releasing this fix as part of a minor version update instead of a major version update.