Class: Temporalio::Client::WorkflowExecution::Description
- Inherits:
-
Temporalio::Client::WorkflowExecution
- Object
- Temporalio::Client::WorkflowExecution
- Temporalio::Client::WorkflowExecution::Description
- Defined in:
- lib/temporalio/client/workflow_execution.rb
Overview
Description for a single workflow execution run.
Instance Attribute Summary collapse
-
#raw_description ⇒ Api::WorkflowService::V1::DescribeWorkflowExecutionResponse
readonly
Underlying protobuf description.
Attributes inherited from Temporalio::Client::WorkflowExecution
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_description ⇒ Api::WorkflowService::V1::DescribeWorkflowExecutionResponse (readonly)
Returns Underlying protobuf description.
93 94 95 |
# File 'lib/temporalio/client/workflow_execution.rb', line 93 def raw_description @raw_description end |