Skip to content

Commit b7e260a

Browse files
sophiatevSophia Tevosyan
andauthored
Extended sessions for entities in .NET isolated (#57)
* first commit * added a requires state field --------- Co-authored-by: Sophia Tevosyan <stevosyan@microsoft.com>
1 parent b03c06d commit b7e260a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

protos/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 {

0 commit comments

Comments
 (0)