microsoft / durabletask-mssql

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

Versioning support for tasks #14

Closed usemam closed 3 years ago

usemam commented 3 years ago

@cgillum this PR adds support for versioned tasks (activities). Changes are similar to #11 in many ways. Please provide feedback at your convenience. Thank you!