Azure / azure-functions-durable-extension

Durable Task Framework extension for Azure Functions
MIT License
715 stars 270 forks source link

Restart not support in Isolated mode #2903

Open Harin8313 opened 2 months ago

Harin8313 commented 2 months ago

What version of .NET does your existing project use?

.NET 6

What version of .NET are you attempting to target?

.NET 8

Description

after migrating to isolated mode, restart feature is not work, is there any solution for this? image

Project configuration and dependencies

No response

Link to a repository that reproduces the issue

No response

andystaples commented 2 months ago

Let's check if this is an issue with the HTTP Api returned by the orchestrator or something specific to the Durable Functions Monitor. The former would be a much more serious issue

andrewdmoreno commented 14 minutes ago

It also does not exist on the DurableTaskClient. Any updates on this issue?