Skip to content

Commit

Permalink
Add history size bytes to workflow execution info (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiliang86 authored Oct 5, 2022
1 parent ddf07ab commit e5cf521
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temporal/api/workflow/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ message WorkflowExecutionInfo {
ResetPoints auto_reset_points = 12;
string task_queue = 13;
int64 state_transition_count = 14;
int64 history_size_bytes = 15;
}

message WorkflowExecutionConfig {
Expand Down

0 comments on commit e5cf521

Please sign in to comment.