Skip to content

Commit 3efe98a

Browse files
committed
Rename to PendingVersion
Signed-off-by: Albert Callarisa <[email protected]>
1 parent 5bac21c commit 3efe98a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

protos/orchestrator_service.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

6767
message 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
}

protos/runtime_state.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)