Commit 54a5df6
committed
Add ContinueAsNew(ContinueAsNewOptions) override to FunctionsOrchestrationContext
Forward the new ContinueAsNew overload that accepts ContinueAsNewOptions
(with NewVersion) to the inner context. Without this override, the base
class default silently drops the options, preventing version migration
via ContinueAsNew from working in Azure Functions isolated worker.
Depends on: microsoft/durabletask-dotnet#682 (adds ContinueAsNewOptions)
Requires bumping Microsoft.DurableTask.Worker.Grpc to the version that
includes ContinueAsNewOptions.1 parent 611b0be commit 54a5df6
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
| |||
0 commit comments