File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -344,14 +344,8 @@ message CreateInstanceRequest {
344344}
345345
346346message 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
357351message CreateInstanceResponse {
@@ -733,4 +727,4 @@ message StreamInstanceHistoryRequest {
733727
734728message HistoryChunk {
735729 repeated HistoryEvent events = 1 ;
736- }
730+ }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments