Add history_size_bytes to WorkflowExecutionInfo and PollWorkflowTaskQueueResponse #1114
Labels
API
Issues/features involving the API
difficulty: easy
enhancement
New feature or request
good first issue
Good for newcomers
Is your feature request related to a problem? Please describe.
Controlling a workflow history size is important to keep the system performant. None of the existing APIs exposes the aggregated size of the history.
Describe the solution you'd like
Add history_size_bytes to WorkflowExecutionInfo (returned from DescribeWorkflowExecution) and PollWorkflowTaskQueueResponse.
The text was updated successfully, but these errors were encountered: