Class: Temporalio::Worker::Interceptor::Workflow::StartChildWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::StartChildWorkflowInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#start_child_workflow.
Instance Attribute Summary collapse
-
#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.
-
#cron_schedule ⇒ Object
readonly
Returns the value of attribute cron_schedule.
-
#execution_timeout ⇒ Object
readonly
Returns the value of attribute execution_timeout.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#id_reuse_policy ⇒ Object
readonly
Returns the value of attribute id_reuse_policy.
-
#memo ⇒ Object
readonly
Returns the value of attribute memo.
-
#parent_close_policy ⇒ Object
readonly
Returns the value of attribute parent_close_policy.
-
#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.
-
#run_timeout ⇒ Object
readonly
Returns the value of attribute run_timeout.
-
#search_attributes ⇒ Object
readonly
Returns the value of attribute search_attributes.
-
#static_details ⇒ Object
readonly
Returns the value of attribute static_details.
-
#static_summary ⇒ Object
readonly
Returns the value of attribute static_summary.
-
#task_queue ⇒ Object
readonly
Returns the value of attribute task_queue.
-
#task_timeout ⇒ Object
readonly
Returns the value of attribute task_timeout.
-
#workflow ⇒ Object
readonly
Returns the value of attribute workflow.
Instance Attribute Details
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def args @args end |
#cancellation ⇒ Object (readonly)
Returns the value of attribute cancellation
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def cancellation @cancellation end |
#cancellation_type ⇒ Object (readonly)
Returns the value of attribute cancellation_type
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def cancellation_type @cancellation_type end |
#cron_schedule ⇒ Object (readonly)
Returns the value of attribute cron_schedule
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def cron_schedule @cron_schedule end |
#execution_timeout ⇒ Object (readonly)
Returns the value of attribute execution_timeout
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def execution_timeout @execution_timeout end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def headers @headers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def id @id end |
#id_reuse_policy ⇒ Object (readonly)
Returns the value of attribute id_reuse_policy
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def id_reuse_policy @id_reuse_policy end |
#memo ⇒ Object (readonly)
Returns the value of attribute memo
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def memo @memo end |
#parent_close_policy ⇒ Object (readonly)
Returns the value of attribute parent_close_policy
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def parent_close_policy @parent_close_policy end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def priority @priority end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def result_hint @result_hint end |
#retry_policy ⇒ Object (readonly)
Returns the value of attribute retry_policy
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def retry_policy @retry_policy end |
#run_timeout ⇒ Object (readonly)
Returns the value of attribute run_timeout
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def run_timeout @run_timeout end |
#search_attributes ⇒ Object (readonly)
Returns the value of attribute search_attributes
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def search_attributes @search_attributes end |
#static_details ⇒ Object (readonly)
Returns the value of attribute static_details
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def static_details @static_details end |
#static_summary ⇒ Object (readonly)
Returns the value of attribute static_summary
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def static_summary @static_summary end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def task_queue @task_queue end |
#task_timeout ⇒ Object (readonly)
Returns the value of attribute task_timeout
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def task_timeout @task_timeout end |
#workflow ⇒ Object (readonly)
Returns the value of attribute workflow
279 280 281 |
# File 'lib/temporalio/worker/interceptor.rb', line 279 def workflow @workflow end |