Class: Temporalio::Worker::Interceptor::Workflow::StartChildWorkflowInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker/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



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def args
  @args
end

#cancellationObject (readonly)

Returns the value of attribute cancellation

Returns:

  • (Object)

    the current value of cancellation



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def cancellation
  @cancellation
end

#cancellation_typeObject (readonly)

Returns the value of attribute cancellation_type

Returns:

  • (Object)

    the current value of cancellation_type



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def cancellation_type
  @cancellation_type
end

#cron_scheduleObject (readonly)

Returns the value of attribute cron_schedule

Returns:

  • (Object)

    the current value of cron_schedule



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def cron_schedule
  @cron_schedule
end

#execution_timeoutObject (readonly)

Returns the value of attribute execution_timeout

Returns:

  • (Object)

    the current value of execution_timeout



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def execution_timeout
  @execution_timeout
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def headers
  @headers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def id
  @id
end

#id_reuse_policyObject (readonly)

Returns the value of attribute id_reuse_policy

Returns:

  • (Object)

    the current value of id_reuse_policy



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def id_reuse_policy
  @id_reuse_policy
end

#memoObject (readonly)

Returns the value of attribute memo

Returns:

  • (Object)

    the current value of memo



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def memo
  @memo
end

#parent_close_policyObject (readonly)

Returns the value of attribute parent_close_policy

Returns:

  • (Object)

    the current value of parent_close_policy



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def parent_close_policy
  @parent_close_policy
end

#priorityObject (readonly)

Returns the value of attribute priority

Returns:

  • (Object)

    the current value of priority



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def priority
  @priority
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def result_hint
  @result_hint
end

#retry_policyObject (readonly)

Returns the value of attribute retry_policy

Returns:

  • (Object)

    the current value of retry_policy



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def retry_policy
  @retry_policy
end

#run_timeoutObject (readonly)

Returns the value of attribute run_timeout

Returns:

  • (Object)

    the current value of run_timeout



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def run_timeout
  @run_timeout
end

#search_attributesObject (readonly)

Returns the value of attribute search_attributes

Returns:

  • (Object)

    the current value of search_attributes



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def search_attributes
  @search_attributes
end

#static_detailsObject (readonly)

Returns the value of attribute static_details

Returns:

  • (Object)

    the current value of static_details



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def static_details
  @static_details
end

#static_summaryObject (readonly)

Returns the value of attribute static_summary

Returns:

  • (Object)

    the current value of static_summary



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def static_summary
  @static_summary
end

#task_queueObject (readonly)

Returns the value of attribute task_queue

Returns:

  • (Object)

    the current value of task_queue



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def task_queue
  @task_queue
end

#task_timeoutObject (readonly)

Returns the value of attribute task_timeout

Returns:

  • (Object)

    the current value of task_timeout



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def task_timeout
  @task_timeout
end

#workflowObject (readonly)

Returns the value of attribute workflow

Returns:

  • (Object)

    the current value of workflow



279
280
281
# File 'lib/temporalio/worker/interceptor.rb', line 279

def workflow
  @workflow
end