Exception: Temporalio::Error::WorkflowContinuedAsNewError
- Inherits:
-
Temporalio::Error
- Object
- StandardError
- Temporalio::Error
- Temporalio::Error::WorkflowContinuedAsNewError
- Defined in:
- lib/temporalio/error.rb
Overview
Error that occurs when a workflow was continued as new.
Instance Attribute Summary collapse
-
#new_run_id ⇒ String
readonly
New execution run ID the workflow continued to.
Method Summary
Methods inherited from Temporalio::Error
Instance Attribute Details
#new_run_id ⇒ String (readonly)
Returns New execution run ID the workflow continued to.
46 47 48 |
# File 'lib/temporalio/error.rb', line 46 def new_run_id @new_run_id end |