File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ enum OrchestrationStatus {
6161 ORCHESTRATION_STATUS_TERMINATED = 5 ;
6262 ORCHESTRATION_STATUS_PENDING = 6 ;
6363 ORCHESTRATION_STATUS_SUSPENDED = 7 ;
64- ORCHESTRATION_STATUS_VERSION_PENDING = 8 ;
64+ ORCHESTRATION_STATUS_PENDING_VERSION = 8 ;
6565}
6666
6767message ParentInstanceInfo {
@@ -189,7 +189,7 @@ message ExecutionResumedEvent {
189189 google.protobuf.StringValue input = 1 ;
190190}
191191
192- message ExecutionVersionPendingEvent {
192+ message ExecutionPendingVersionEvent {
193193 // No payload data
194194}
195195
@@ -269,7 +269,7 @@ message HistoryEvent {
269269 EntityLockRequestedEvent entityLockRequested = 27 ;
270270 EntityLockGrantedEvent entityLockGranted = 28 ;
271271 EntityUnlockSentEvent entityUnlockSent = 29 ;
272- ExecutionVersionPendingEvent executionVersionPending = 31 ;
272+ ExecutionPendingVersionEvent executionPendingVersion = 31 ;
273273 }
274274 optional TaskRouter router = 30 ;
275275}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ message OrchestrationRuntimeState {
4242 bool isSuspended = 13 ;
4343
4444 google.protobuf.StringValue customStatus = 14 ;
45- bool isVersionPending = 15 ;
45+ bool isPendingVersion = 15 ;
4646}
4747
4848// OrchestrationRuntimeStateMessage holds an OrchestratorMessage and the target instance ID.
You can’t perform that action at this time.
0 commit comments