Replies: 4 comments 10 replies
|
Michson07 , "Rewind" is a feature that has always been in preview. In Isolated mode the DurableTaskClient simply does not have such a method, so there's no way for DfMon to support it. To check the work state on that feature, I believe, you can follow this thread on the DurableTask repo. |
|
Konstantin Lepeshenkov (@scale-tone) do you have any updates on this? I see there’s no reply in the discussion you mentioned, but perhaps you’ve found a workaround. |
|
Konstantin Lepeshenkov (@scale-tone) I’ve created a pull request with an improvement. When you have a moment, could you please take a look? |
|
Released v6.8.1 with support for this. |
Uh oh!
There was an error while loading. Please reload this page.
Hi!

I migrated azure durable functions from inProcess to Isolated mode recently.
I used "Rewind" option several times and I just noticed that this option is no longer supported in isolated mode (I am using version 6.5.0-beta2).
What was the decision behind it? Is it going to be implemented?
It's quite important feature, especially when the bug is fixed and you want to continue an existing instance.
All reactions