Exception: Temporal::WorkflowRunContinuedAsNew
- Inherits:
-
WorkflowRunError
- Object
- StandardError
- Error
- WorkflowRunError
- Temporal::WorkflowRunContinuedAsNew
- Defined in:
- lib/temporal/errors.rb
Instance Attribute Summary collapse
-
#new_run_id ⇒ Object
readonly
Returns the value of attribute new_run_id.
Instance Method Summary collapse
-
#initialize(new_run_id:) ⇒ WorkflowRunContinuedAsNew
constructor
A new instance of WorkflowRunContinuedAsNew.
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_id ⇒ Object (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 |