Skip to content

Commit

Permalink
Add start_time to NexusOperationStartedEventAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
pdoerner committed Nov 19, 2024
1 parent 13e49f9 commit 4528bee
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 4528bee

Please sign in to comment.