Exception: Temporal::WorkflowRunContinuedAsNew

Inherits:
WorkflowRunError show all
Defined in:
lib/temporal/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(new_run_id:) ⇒ WorkflowRunContinuedAsNew

Returns a new instance of WorkflowRunContinuedAsNew.



41
42
43
44
# File 'lib/temporal/errors.rb', line 41

def initialize(new_run_id:)
  super
  @new_run_id = new_run_id
end

Instance Attribute Details

#new_run_idObject (readonly)

Returns the value of attribute new_run_id.



40
41
42
# File 'lib/temporal/errors.rb', line 40

def new_run_id
  @new_run_id
end