Azure / Azure/azure-functions-durable-js
Query instances by prefix / OrchestrationStatusQueryCondition
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 66
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 4
Description
I would like to `getStatus` of all instances starting with a given id prefix.
This seems to be already implemented in C# via `ListInstancesAsync` and `OrchestrationStatusQueryCondition.InstanceIdPrefix`
Is this possible in node? Is there an ETA for this feature?
For this feature to be useful it would also need pagination support already requested in https://github.com/Azure/azure-functions-durable-js/issues/319
Contributor guide
Research direction
Compare the Node/TypeScript instance-status query API with C# ListInstancesAsync and OrchestrationStatusQueryCondition.InstanceIdPrefix. Review issue #319 for the requested pagination support; done means Node callers can query instances by an ID prefix with pagination.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, node.js, typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100