File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
604605message 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
613616message EntityRequest {
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments