Azure / Azure/durabletask

Query methods on instance store should be defined by interface IOrchestrationServiceInstanceStore

Open
#127 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
1.7k
Forks
335
Avg merge
2d 23h
Merged PRs (30d)
6

Description

Right now it is not possible to use Query methods (like QueryOrchestrationStatesAsync) on instance store service.

Right now we are required in many solutions to enlist states of running instances. Because TaskHubClient and TaskHubWorker do not provide such methods and there is not access to instance store service inside of named classes, we cannot query for instances.

This method is implemented in AzureTableInstanceStore, but it cannot be accessed from projects, which do have reference ServiceBus assembly directly.

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.