class Temporalio::Client::WorkflowExecution

def id

Returns:
  • (String) - ID for the workflow.
def id
  @raw_info.execution.workflow_id
end