Class: Temporalio::Client::WithStartWorkflowOperation::Options
- Inherits:
-
Data
- Object
- Data
- Temporalio::Client::WithStartWorkflowOperation::Options
- Defined in:
- lib/temporalio/client/with_start_workflow_operation.rb,
lib/temporalio/client/with_start_workflow_operation.rb
Overview
Options the operation was created with.
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 ⇒ Object
readonly
Returns the value of attribute id.
-
#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.
-
#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.
-
#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.
-
#workflow ⇒ Object
readonly
Returns the value of attribute workflow.
Instance Attribute Details
#arg_hints ⇒ Object (readonly)
Returns the value of attribute arg_hints
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def arg_hints @arg_hints end |
#args ⇒ Object (readonly)
Returns the value of attribute args
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def args @args end |
#cron_schedule ⇒ Object (readonly)
Returns the value of attribute cron_schedule
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def cron_schedule @cron_schedule end |
#execution_timeout ⇒ Object (readonly)
Returns the value of attribute execution_timeout
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def execution_timeout @execution_timeout end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def headers @headers end |
#id ⇒ Object (readonly)
Returns the value of attribute id
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def id @id end |
#id_conflict_policy ⇒ Object (readonly)
Returns the value of attribute id_conflict_policy
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def id_conflict_policy @id_conflict_policy end |
#id_reuse_policy ⇒ Object (readonly)
Returns the value of attribute id_reuse_policy
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def id_reuse_policy @id_reuse_policy end |
#memo ⇒ Object (readonly)
Returns the value of attribute memo
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def memo @memo end |
#result_hint ⇒ Object (readonly)
Returns the value of attribute result_hint
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def result_hint @result_hint end |
#retry_policy ⇒ Object (readonly)
Returns the value of attribute retry_policy
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def retry_policy @retry_policy end |
#run_timeout ⇒ Object (readonly)
Returns the value of attribute run_timeout
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def run_timeout @run_timeout end |
#search_attributes ⇒ Object (readonly)
Returns the value of attribute search_attributes
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def search_attributes @search_attributes end |
#start_delay ⇒ Object (readonly)
Returns the value of attribute start_delay
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def start_delay @start_delay end |
#static_details ⇒ Object (readonly)
Returns the value of attribute static_details
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def static_details @static_details end |
#static_summary ⇒ Object (readonly)
Returns the value of attribute static_summary
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def static_summary @static_summary end |
#task_queue ⇒ Object (readonly)
Returns the value of attribute task_queue
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def task_queue @task_queue end |
#task_timeout ⇒ Object (readonly)
Returns the value of attribute task_timeout
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def task_timeout @task_timeout end |
#workflow ⇒ Object (readonly)
Returns the value of attribute workflow
10 11 12 |
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10 def workflow @workflow end |