class Temporal::WorkflowRunContinuedAsNew

Attributes

new_run_id[R]

Public Class Methods

new(new_run_id:) click to toggle source
Calls superclass method
# File lib/temporal/errors.rb, line 41
def initialize(new_run_id:)
  super
  @new_run_id = new_run_id
end