Class: Temporalio::Client::Interceptor::StartWorkflowInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporalio/client/interceptor.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def args
  @args
end

#cron_scheduleObject

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_timeoutObject

Returns the value of attribute execution_timeout



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def execution_timeout
  @execution_timeout
end

#headersObject

Returns the value of attribute headers



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def headers
  @headers
end

#id_conflict_policyObject

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_policyObject

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

#memoObject

Returns the value of attribute memo



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def memo
  @memo
end

#request_eager_startObject

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

#retry_policyObject

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_metadataObject

Returns the value of attribute rpc_metadata



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def 
  
end

#rpc_timeoutObject

Returns the value of attribute rpc_timeout



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def rpc_timeout
  @rpc_timeout
end

#run_timeoutObject

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_attributesObject

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_delayObject

Returns the value of attribute start_delay



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def start_delay
  @start_delay
end

#task_queueObject

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_timeoutObject

Returns the value of attribute task_timeout



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def task_timeout
  @task_timeout
end

#workflowObject

Returns the value of attribute workflow



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def workflow
  @workflow
end

#workflow_idObject

Returns the value of attribute workflow_id



21
22
23
# File 'lib/temporalio/client/interceptor.rb', line 21

def workflow_id
  @workflow_id
end