Skip to content

Commit

Permalink
group this field with original_run_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ychebotarev committed Dec 20, 2024
1 parent b54b39c commit 9a47b72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions temporal/api/history/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ message WorkflowExecutionStartedEventAttributes {
// This is the run id when the WorkflowExecutionStarted event was written.
// A workflow reset changes the execution run_id, but preserves this field.
string original_execution_run_id = 14;
// This is the start time when the WorkflowExecutionStarted event was written.
// A workflow reset will change execution start time, but will preserve this field.
google.protobuf.Timestamp original_execution_start_time = 34;

// Identity of the client who requested this execution
string identity = 15;
// This is the very first runId along the chain of ContinueAsNew, Retry, Cron and Reset.
Expand Down Expand Up @@ -133,10 +137,6 @@ message WorkflowExecutionStartedEventAttributes {
string inherited_build_id = 32;
// Versioning override applied to this workflow when it was started.
temporal.api.workflow.v1.VersioningOverride versioning_override = 33;

// This is the start time when the WorkflowExecutionStarted event was written.
// A workflow reset will change execution start time, but will preserve this field.
google.protobuf.Timestamp original_execution_start_time = 34;
}

message WorkflowExecutionCompletedEventAttributes {
Expand Down

0 comments on commit 9a47b72

Please sign in to comment.