microsoft / microsoft/durabletask-dotnet
RestartAsync at ShimDurableTaskClient doesn't Support Orchestration Version
Open
Nobody has claimed this yet.
P1
- Dominant language
- C#
- Stars
- 193
- Forks
- 60
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 4
Description
When using RestartAsync in ShimDurableTaskClient, the orchestration cannot be restarted with any version because it relies on ExecutionStartedEvent, which does not include a Version property.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at RestartAsync in ShimDurableTaskClient and trace how it obtains the ExecutionStartedEvent and orchestration version. Compare the event data with the restart API's version requirements, then add coverage for restarting with a specified version and confirm the existing restart behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100