Class: Temporalio::Worker::Interceptor::Workflow::ExecuteActivityInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::ExecuteActivityInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#execute_activity.
Instance Attribute Summary collapse
-
#activity ⇒ Object
readonly
Returns the value of attribute activity.
-
#activity_id ⇒ Object
readonly
Returns the value of attribute activity_id.
-
#arg_hints ⇒ Object
readonly
Returns the value of attribute arg_hints.
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#cancellation ⇒ Object
readonly
Returns the value of attribute cancellation.
-
#cancellation_type ⇒ Object
readonly
Returns the value of attribute cancellation_type.
-
#disable_eager_execution ⇒ Object
readonly
Returns the value of attribute disable_eager_execution.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#heartbeat_timeout ⇒ Object
readonly
Returns the value of attribute heartbeat_timeout.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#retry_policy ⇒ Object
readonly
Returns the value of attribute retry_policy.
-
#schedule_to_close_timeout ⇒ Object
readonly
Returns the value of attribute schedule_to_close_timeout.
-
#schedule_to_start_timeout ⇒ Object
readonly
Returns the value of attribute schedule_to_start_timeout.
-
#start_to_close_timeout ⇒ Object
readonly
Returns the value of attribute start_to_close_timeout.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#task_queue ⇒ Object
readonly
Returns the value of attribute task_queue.
Instance Attribute Details
#activity ⇒ Object (readonly)
Returns the value of attribute activity
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def activity @activity end |
#activity_id ⇒ Object (readonly)
Returns the value of attribute activity_id
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def activity_id @activity_id end |
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def args @args end |
#cancellation ⇒ Object (readonly)
Returns the value of attribute cancellation
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def cancellation @cancellation end |
#cancellation_type ⇒ Object (readonly)
Returns the value of attribute cancellation_type
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def cancellation_type @cancellation_type end |
#disable_eager_execution ⇒ Object (readonly)
Returns the value of attribute disable_eager_execution
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def disable_eager_execution @disable_eager_execution end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def headers @headers end |
#heartbeat_timeout ⇒ Object (readonly)
Returns the value of attribute heartbeat_timeout
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def heartbeat_timeout @heartbeat_timeout end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def priority @priority end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def result_hint @result_hint end |
#retry_policy ⇒ Object (readonly)
Returns the value of attribute retry_policy
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def retry_policy @retry_policy end |
#schedule_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_close_timeout
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def schedule_to_close_timeout @schedule_to_close_timeout end |
#schedule_to_start_timeout ⇒ Object (readonly)
Returns the value of attribute schedule_to_start_timeout
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def schedule_to_start_timeout @schedule_to_start_timeout end |
#start_to_close_timeout ⇒ Object (readonly)
Returns the value of attribute start_to_close_timeout
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def start_to_close_timeout @start_to_close_timeout end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def summary @summary end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
207 208 209 |
# File 'lib/temporalio/worker/interceptor.rb', line 207 def task_queue @task_queue end |