Class: Temporalio::Client::Interceptor::CancelWorkflowInput
- Inherits:
-
Struct
- Object
- Struct
- Temporalio::Client::Interceptor::CancelWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#cancel_workflow.
Instance Attribute Summary collapse
-
#first_execution_run_id ⇒ Object
Returns the value of attribute first_execution_run_id.
-
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata.
-
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout.
-
#run_id ⇒ Object
Returns the value of attribute run_id.
-
#workflow_id ⇒ Object
Returns the value of attribute workflow_id.
Instance Attribute Details
#first_execution_run_id ⇒ Object
Returns the value of attribute first_execution_run_id
130 131 132 |
# File 'lib/temporalio/client/interceptor.rb', line 130 def first_execution_run_id @first_execution_run_id end |
#rpc_metadata ⇒ Object
Returns the value of attribute rpc_metadata
130 131 132 |
# File 'lib/temporalio/client/interceptor.rb', line 130 def @rpc_metadata end |
#rpc_timeout ⇒ Object
Returns the value of attribute rpc_timeout
130 131 132 |
# File 'lib/temporalio/client/interceptor.rb', line 130 def rpc_timeout @rpc_timeout end |
#run_id ⇒ Object
Returns the value of attribute run_id
130 131 132 |
# File 'lib/temporalio/client/interceptor.rb', line 130 def run_id @run_id end |
#workflow_id ⇒ Object
Returns the value of attribute workflow_id
130 131 132 |
# File 'lib/temporalio/client/interceptor.rb', line 130 def workflow_id @workflow_id end |