microsoft / microsoft/durabletask-dotnet

RestartAsync at ShimDurableTaskClient doesn't Support Orchestration Version

Open
#463 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.