class Temporalio::Client::WorkflowExecution

def execution_time

Returns:
  • (Time, nil) - When this workflow run started or should start.
def execution_time
  Internal::ProtoUtils.timestamp_to_time(@raw_info.execution_time)
end