Class: Temporalio::Client::WorkflowExecution::Description

Inherits:
Temporalio::Client::WorkflowExecution show all
Defined in:
lib/temporalio/client/workflow_execution.rb

Overview

Description for a single workflow execution run.

Instance Attribute Summary collapse

Attributes inherited from Temporalio::Client::WorkflowExecution

#raw_info

Method Summary

Methods inherited from Temporalio::Client::WorkflowExecution

#close_time, #execution_time, #history_length, #id, #memo, #parent_id, #parent_run_id, #run_id, #search_attributes, #start_time, #status, #task_queue, #workflow_type

Instance Attribute Details

#raw_descriptionApi::WorkflowService::V1::DescribeWorkflowExecutionResponse (readonly)

Returns Underlying protobuf description.

Returns:



93
94
95
# File 'lib/temporalio/client/workflow_execution.rb', line 93

def raw_description
  @raw_description
end