Class: Temporal::Workflow::Command::ContinueAsNew

Inherits:
Struct
  • Object
show all
Defined in:
lib/temporal/workflow/command.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headersObject

Returns the value of attribute headers



7
8
9
# File 'lib/temporal/workflow/command.rb', line 7

def headers
  @headers
end

#inputObject

Returns the value of attribute input



7
8
9
# File 'lib/temporal/workflow/command.rb', line 7

def input
  @input
end

#retry_policyObject

Returns the value of attribute retry_policy



7
8
9
# File 'lib/temporal/workflow/command.rb', line 7

def retry_policy
  @retry_policy
end

#task_queueObject

Returns the value of attribute task_queue



7
8
9
# File 'lib/temporal/workflow/command.rb', line 7

def task_queue
  @task_queue
end

#timeoutsObject

Returns the value of attribute timeouts



7
8
9
# File 'lib/temporal/workflow/command.rb', line 7

def timeouts
  @timeouts
end

#workflow_typeObject

Returns the value of attribute workflow_type



7
8
9
# File 'lib/temporal/workflow/command.rb', line 7

def workflow_type
  @workflow_type
end