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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arg_hintsObject (readonly)

Returns the value of attribute arg_hints

Returns:

  • (Object)

    the current value of arg_hints



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

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



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

def args
  @args
end

#cron_scheduleObject (readonly)

Returns the value of attribute cron_schedule

Returns:

  • (Object)

    the current value of cron_schedule



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

def cron_schedule
  @cron_schedule
end

#execution_timeoutObject (readonly)

Returns the value of attribute execution_timeout

Returns:

  • (Object)

    the current value of execution_timeout



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

def execution_timeout
  @execution_timeout
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



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

def headers
  @headers
end

#id_conflict_policyObject (readonly)

Returns the value of attribute id_conflict_policy

Returns:

  • (Object)

    the current value of 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 (readonly)

Returns the value of attribute id_reuse_policy

Returns:

  • (Object)

    the current value of id_reuse_policy



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

def id_reuse_policy
  @id_reuse_policy
end

#memoObject (readonly)

Returns the value of attribute memo

Returns:

  • (Object)

    the current value of memo



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

def memo
  @memo
end

#priorityObject (readonly)

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



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

def priority
  @priority
end

#request_eager_startObject (readonly)

Returns the value of attribute request_eager_start

Returns:

  • (Object)

    the current value of request_eager_start



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

def request_eager_start
  @request_eager_start
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



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

def result_hint
  @result_hint
end

#retry_policyObject (readonly)

Returns the value of attribute retry_policy

Returns:

  • (Object)

    the current value of retry_policy



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

def retry_policy
  @retry_policy
end

#rpc_optionsObject (readonly)

Returns the value of attribute rpc_options

Returns:

  • (Object)

    the current value of rpc_options



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

def rpc_options
  @rpc_options
end

#run_timeoutObject (readonly)

Returns the value of attribute run_timeout

Returns:

  • (Object)

    the current value of run_timeout



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

def run_timeout
  @run_timeout
end

#search_attributesObject (readonly)

Returns the value of attribute search_attributes

Returns:

  • (Object)

    the current value of search_attributes



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

def search_attributes
  @search_attributes
end

#start_delayObject (readonly)

Returns the value of attribute start_delay

Returns:

  • (Object)

    the current value of start_delay



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

def start_delay
  @start_delay
end

#static_detailsObject (readonly)

Returns the value of attribute static_details

Returns:

  • (Object)

    the current value of static_details



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

def static_details
  @static_details
end

#static_summaryObject (readonly)

Returns the value of attribute static_summary

Returns:

  • (Object)

    the current value of static_summary



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

def static_summary
  @static_summary
end

#task_queueObject (readonly)

Returns the value of attribute task_queue

Returns:

  • (Object)

    the current value of task_queue



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

def task_queue
  @task_queue
end

#task_timeoutObject (readonly)

Returns the value of attribute task_timeout

Returns:

  • (Object)

    the current value of task_timeout



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

def task_timeout
  @task_timeout
end

#versioning_overrideObject (readonly)

Returns the value of attribute versioning_override

Returns:

  • (Object)

    the current value of versioning_override



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

def versioning_override
  @versioning_override
end

#workflowObject (readonly)

Returns the value of attribute workflow

Returns:

  • (Object)

    the current value of workflow



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

def workflow
  @workflow
end

#workflow_idObject (readonly)

Returns the value of attribute workflow_id

Returns:

  • (Object)

    the current value of workflow_id



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

def workflow_id
  @workflow_id
end