Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions temporal/api/history/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,8 @@ message NexusOperationStartedEventAttributes {

// The request ID allocated at schedule time.
string request_id = 4;
// The Nexus handler reported operation start time.
google.protobuf.Timestamp start_time = 5;
}

// Nexus operation completed successfully.
Expand Down
Loading