Class: Temporalio::Client::Interceptor::StartWorkflowInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::Interceptor::StartWorkflowInput
- Defined in:
- lib/temporalio/client/interceptor.rb
Overview
Input for Outbound#start_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.
-
#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_conflict_policy ⇒ Object
readonly
Returns the value of attribute id_conflict_policy.
-
#id_reuse_policy ⇒ Object
readonly
Returns the value of attribute id_reuse_policy.
-
#memo ⇒ Object
readonly
Returns the value of attribute memo.
-
#priority ⇒ Object
readonly
Returns the value of attribute priority.
-
#request_eager_start ⇒ Object
readonly
Returns the value of attribute request_eager_start.
-
#result_hint ⇒ Object
readonly
Returns the value of attribute result_hint.
-
#retry_policy ⇒ Object
readonly
Returns the value of attribute retry_policy.
-
#rpc_options ⇒ Object
readonly
Returns the value of attribute rpc_options.
-
#run_timeout ⇒ Object
readonly
Returns the value of attribute run_timeout.
-
#search_attributes ⇒ Object
readonly
Returns the value of attribute search_attributes.
-
#start_delay ⇒ Object
readonly
Returns the value of attribute start_delay.
-
#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.
-
#versioning_override ⇒ Object
readonly
Returns the value of attribute versioning_override.
-
#workflow ⇒ Object
readonly
Returns the value of attribute workflow.
-
#workflow_id ⇒ Object
readonly
Returns the value of attribute workflow_id.
Instance Attribute Details
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def args @args end |
#cron_schedule ⇒ Object (readonly)
Returns the value of attribute cron_schedule
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def cron_schedule @cron_schedule end |
#execution_timeout ⇒ Object (readonly)
Returns the value of attribute execution_timeout
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def execution_timeout @execution_timeout end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def headers @headers end |
#id_conflict_policy ⇒ Object (readonly)
Returns the value of attribute id_conflict_policy
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def id_conflict_policy @id_conflict_policy end |
#id_reuse_policy ⇒ Object (readonly)
Returns the value of attribute id_reuse_policy
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def id_reuse_policy @id_reuse_policy end |
#memo ⇒ Object (readonly)
Returns the value of attribute memo
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def memo @memo end |
#priority ⇒ Object (readonly)
Returns the value of attribute priority
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def priority @priority end |
#request_eager_start ⇒ Object (readonly)
Returns the value of attribute request_eager_start
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def request_eager_start @request_eager_start end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def result_hint @result_hint end |
#retry_policy ⇒ Object (readonly)
Returns the value of attribute retry_policy
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def retry_policy @retry_policy end |
#rpc_options ⇒ Object (readonly)
Returns the value of attribute rpc_options
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def @rpc_options end |
#run_timeout ⇒ Object (readonly)
Returns the value of attribute run_timeout
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def run_timeout @run_timeout end |
#search_attributes ⇒ Object (readonly)
Returns the value of attribute search_attributes
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def search_attributes @search_attributes end |
#start_delay ⇒ Object (readonly)
Returns the value of attribute start_delay
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def start_delay @start_delay end |
#static_details ⇒ Object (readonly)
Returns the value of attribute static_details
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def static_details @static_details end |
#static_summary ⇒ Object (readonly)
Returns the value of attribute static_summary
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def static_summary @static_summary end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def task_queue @task_queue end |
#task_timeout ⇒ Object (readonly)
Returns the value of attribute task_timeout
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def task_timeout @task_timeout end |
#versioning_override ⇒ Object (readonly)
Returns the value of attribute versioning_override
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def versioning_override @versioning_override end |
#workflow ⇒ Object (readonly)
Returns the value of attribute workflow
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def workflow @workflow end |
#workflow_id ⇒ Object (readonly)
Returns the value of attribute workflow_id
21 22 23 |
# File 'lib/temporalio/client/interceptor.rb', line 21 def workflow_id @workflow_id end |