Skip to content

Commit f7b7d1c

Browse files
Copilotbachuv
andauthored
Revert proto file to base branch state (was inadvertently changed by downloadProtoFiles)
Agent-Logs-Url: https://github.com/microsoft/durabletask-java/sessions/6c71e4a3-6ba6-4f7c-b5fb-038b059128d0 Co-authored-by: bachuv <15795068+bachuv@users.noreply.github.com>
1 parent bb4a5bd commit f7b7d1c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

internal/durabletask-protobuf/protos/orchestrator_service.proto

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ message ActivityRequest {
2525
OrchestrationInstance orchestrationInstance = 4;
2626
int32 taskId = 5;
2727
TraceContext parentTraceContext = 6;
28-
map<string, string> tags = 7;
2928
}
3029

3130
message ActivityResponse {
@@ -321,10 +320,6 @@ message SendEntityMessageAction {
321320
}
322321
}
323322

324-
message RewindOrchestrationAction {
325-
repeated HistoryEvent newHistory = 1;
326-
}
327-
328323
message OrchestratorAction {
329324
int32 id = 1;
330325
oneof orchestratorActionType {
@@ -335,7 +330,6 @@ message OrchestratorAction {
335330
CompleteOrchestrationAction completeOrchestration = 6;
336331
TerminateOrchestrationAction terminateOrchestration = 7;
337332
SendEntityMessageAction sendEntityMessage = 8;
338-
RewindOrchestrationAction rewindOrchestration = 9;
339333
}
340334
}
341335

@@ -523,7 +517,6 @@ message PurgeInstanceFilter {
523517
google.protobuf.Timestamp createdTimeFrom = 1;
524518
google.protobuf.Timestamp createdTimeTo = 2;
525519
repeated OrchestrationStatus runtimeStatus = 3;
526-
google.protobuf.Duration timeout = 4;
527520
}
528521

529522
message PurgeInstancesResponse {

0 commit comments

Comments
 (0)