Skip to content

Commit b314585

Browse files
stephanosclaude
andcommitted
Drop state_size_bytes from NexusOperationInfo
Remove state_size_bytes field and renumber execution_duration. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1af999c commit b314585

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

temporal/api/nexus/v1/message.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,7 @@ message NexusOperationExecutionListInfo {
357357

358358
// Updated on terminal status.
359359
int64 state_transition_count = 10;
360-
// Updated once on scheduled and once on terminal status.
361-
int64 state_size_bytes = 11;
362360
// The difference between close time and scheduled time.
363361
// This field is only populated if the operation is closed.
364-
google.protobuf.Duration execution_duration = 12;
362+
google.protobuf.Duration execution_duration = 11;
365363
}

0 commit comments

Comments
 (0)