Skip to content

Commit 8522cf9

Browse files
committed
Refresh protos
1 parent 722bf6c commit 8522cf9

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

src/Grpc/orchestrator_service.proto

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -344,14 +344,8 @@ message CreateInstanceRequest {
344344
}
345345

346346
message OrchestrationIdReusePolicy {
347-
repeated OrchestrationStatus operationStatus = 1;
348-
CreateOrchestrationAction action = 2;
349-
}
350-
351-
enum CreateOrchestrationAction {
352-
ERROR = 0;
353-
IGNORE = 1;
354-
TERMINATE = 2;
347+
repeated OrchestrationStatus replaceableStatus = 1;
348+
reserved 2;
355349
}
356350

357351
message CreateInstanceResponse {
@@ -733,4 +727,4 @@ message StreamInstanceHistoryRequest {
733727

734728
message HistoryChunk {
735729
repeated HistoryEvent events = 1;
736-
}
730+
}

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-02-19 06:25:02 UTC
2-
https://raw.githubusercontent.com/microsoft/durabletask-protobuf/589cb5ecd9dd4b1fe463750defa3e2c84276b079/protos/orchestrator_service.proto
1+
# The following files were downloaded from branch main at 2025-03-19 19:55:31 UTC
2+
https://raw.githubusercontent.com/microsoft/durabletask-protobuf/4792f47019ab2b3e9ea979fb4af72427a4144c51/protos/orchestrator_service.proto

0 commit comments

Comments
 (0)