Skip to content

Commit f28bdeb

Browse files
author
Sophia Tevosyan
committed
pulled protos from main
1 parent a33a329 commit f28bdeb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/Grpc/orchestrator_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ message EntityBatchRequest {
599599
string instanceId = 1;
600600
google.protobuf.StringValue entityState = 2;
601601
repeated OperationRequest operations = 3;
602+
map<string, google.protobuf.Value> properties = 4;
602603
}
603604

604605
message EntityBatchResult {
@@ -608,6 +609,8 @@ message EntityBatchResult {
608609
TaskFailureDetails failureDetails = 4;
609610
string completionToken = 5;
610611
repeated OperationInfo operationInfos = 6; // used only with DTS
612+
// Whether or not an entity state is required to complete the original EntityBatchRequest and none was provided.
613+
bool requiresState = 7;
611614
}
612615

613616
message EntityRequest {

src/Grpc/versions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# The following files were downloaded from branch main at 2025-12-12 01:49:06 UTC
2-
https://raw.githubusercontent.com/microsoft/durabletask-protobuf/b03c06dea21952dcf2a86551fd761b6b78c64d15/protos/orchestrator_service.proto
1+
# The following files were downloaded from branch main at 2025-12-29 22:13:55 UTC
2+
https://raw.githubusercontent.com/microsoft/durabletask-protobuf/b7e260ad7b84740a2ed5cb4600ce73bef702a979/protos/orchestrator_service.proto

0 commit comments

Comments
 (0)