class Temporalio::Client::WorkflowExecution

def history_length

Returns:
  • (Integer) - Number of events in the history.
def history_length
  @raw_info.history_length
end