Skip to content

TaskHubGrpcClient has no way for fetching Entity state #76

@larohra

Description

@larohra

Dotnet SDK has the option for getting EntityState from the client -

private readonly DurableTaskClient _client;
EntityMetadata<DurableAgentState>? entityResponse = await this._client.Entities.GetEntityAsync<DurableAgentState>(
    this.SessionId,
    cancellation: cancellationToken);

But I dont see anything similar in TaskHubGrpcClient for Python

This looks like a feature gap, can we get a similar API to how Dotnet SDK currently supports?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions