Class: Temporalio::Client::WithStartWorkflowOperation::Options

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#arg_hintsObject (readonly)

Returns the value of attribute arg_hints

Returns:

  • (Object)

    the current value of arg_hints



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def arg_hints
  @arg_hints
end

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def args
  @args
end

#cron_scheduleObject (readonly)

Returns the value of attribute cron_schedule

Returns:

  • (Object)

    the current value of cron_schedule



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def cron_schedule
  @cron_schedule
end

#execution_timeoutObject (readonly)

Returns the value of attribute execution_timeout

Returns:

  • (Object)

    the current value of execution_timeout



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def execution_timeout
  @execution_timeout
end

#headersObject (readonly)

Returns the value of attribute headers

Returns:

  • (Object)

    the current value of headers



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def headers
  @headers
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def id
  @id
end

#id_conflict_policyObject (readonly)

Returns the value of attribute id_conflict_policy

Returns:

  • (Object)

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

Returns the value of attribute id_reuse_policy

Returns:

  • (Object)

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

#memoObject (readonly)

Returns the value of attribute memo

Returns:

  • (Object)

    the current value of memo



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def memo
  @memo
end

#result_hintObject (readonly)

Returns the value of attribute result_hint

Returns:

  • (Object)

    the current value of result_hint



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def result_hint
  @result_hint
end

#retry_policyObject (readonly)

Returns the value of attribute retry_policy

Returns:

  • (Object)

    the current value of retry_policy



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def retry_policy
  @retry_policy
end

#run_timeoutObject (readonly)

Returns the value of attribute run_timeout

Returns:

  • (Object)

    the current value of run_timeout



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def run_timeout
  @run_timeout
end

#search_attributesObject (readonly)

Returns the value of attribute search_attributes

Returns:

  • (Object)

    the current value of search_attributes



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def search_attributes
  @search_attributes
end

#start_delayObject (readonly)

Returns the value of attribute start_delay

Returns:

  • (Object)

    the current value of start_delay



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def start_delay
  @start_delay
end

#static_detailsObject (readonly)

Returns the value of attribute static_details

Returns:

  • (Object)

    the current value of static_details



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def static_details
  @static_details
end

#static_summaryObject (readonly)

Returns the value of attribute static_summary

Returns:

  • (Object)

    the current value of static_summary



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def static_summary
  @static_summary
end

#task_queueObject (readonly)

Returns the value of attribute task_queue

Returns:

  • (Object)

    the current value of task_queue



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def task_queue
  @task_queue
end

#task_timeoutObject (readonly)

Returns the value of attribute task_timeout

Returns:

  • (Object)

    the current value of task_timeout



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def task_timeout
  @task_timeout
end

#workflowObject (readonly)

Returns the value of attribute workflow

Returns:

  • (Object)

    the current value of workflow



10
11
12
# File 'lib/temporalio/client/with_start_workflow_operation.rb', line 10

def workflow
  @workflow
end