Class: Temporalio::Worker::Interceptor::Workflow::CancelExternalWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::CancelExternalWorkflowInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#cancel_external_workflow.
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
201 202 203 |
# File 'lib/temporalio/worker/interceptor.rb', line 201 def id @id end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
201 202 203 |
# File 'lib/temporalio/worker/interceptor.rb', line 201 def run_id @run_id end |