Skip to content

Purging and getting instances with DurableTaskClient in dotnet-isolated runtime #372

@talhanaveedcoop

Description

@talhanaveedcoop

I am using the Durable task client (Microsoft.DurableTask.Client.DurableTaskClient) in dotnet isolated runtime. I want to purge instances of durable functions that have completed or failed and also I want to see how many instances are in running state. For this I am using the following code
image

image

Both there statements were working with Azure storage but they are not working with netherite. I get the following exception saying that the action is not supported when I try to purge
image

and I get a GRPC exception when I try to fetch all instances.
image

are these actions not supported for netherite and dotnet isolated?

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Priority 1

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions