Skip to content

Add RestartAsync API Support at DurableTaskClient#456

Merged
nytian merged 17 commits into
mainfrom
nytian/restart-api
Sep 10, 2025
Merged

Add RestartAsync API Support at DurableTaskClient#456
nytian merged 17 commits into
mainfrom
nytian/restart-api

Conversation

@nytian

@nytian nytian commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

This PR is part of support of issue Azure/azure-functions-durable-extension#2903

This PR adds a new RestartAsync api at DurableTaskClient that allows restarting orchestration instances with provided instanceId or a new instanceId.

Related PR:

Comment thread src/Client/Core/DurableTaskClient.cs
google.protobuf.BoolValue isComplete = 2;
}

message RestartInstanceRequest {

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be updated once we merge PR microsoft/durabletask-protobuf#46. But we will merge these related PR together, so I just manually updated it

@nytian nytian changed the title Add RestartAsync Api support at DurableTaskClient Add RestartAsync API Support at DurableTaskClient Aug 5, 2025
@nytian nytian requested review from YunchuWang, jviau and torosent August 7, 2025 19:13
Comment thread src/Client/OrchestrationServiceClientShim/ShimDurableTaskClient.cs
Comment thread src/Client/Grpc/GrpcDurableTaskClient.cs
Comment thread src/Client/OrchestrationServiceClientShim/ShimDurableTaskClient.cs
@nytian nytian requested review from YunchuWang and halspang August 13, 2025 22:50
Comment thread src/Client/OrchestrationServiceClientShim/ShimDurableTaskClient.cs
Comment thread src/Client/Grpc/GrpcDurableTaskClient.cs
@nytian nytian requested a review from torosent August 18, 2025 22:40
@nytian nytian requested a review from cgillum August 26, 2025 22:50
Comment thread src/Client/Core/DurableTaskClient.cs
Comment thread src/Client/Core/DurableTaskClient.cs
Comment thread src/Client/Grpc/GrpcDurableTaskClient.cs
Comment thread src/Client/OrchestrationServiceClientShim/ShimDurableTaskClient.cs
@nytian nytian requested a review from cgillum August 28, 2025 16:50

@torosent torosent left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nytian nytian merged commit 5abde15 into main Sep 10, 2025
4 checks passed
@nytian nytian deleted the nytian/restart-api branch September 10, 2025 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants