Exception: Temporalio::Error::WorkflowContinuedAsNewError

Inherits:
Temporalio::Error
  • Object
show all
Defined in:
lib/temporalio/error.rb

Overview

Error that occurs when a workflow was continued as new.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Temporalio::Error

canceled?

Instance Attribute Details

#new_run_idString (readonly)

Returns New execution run ID the workflow continued to.

Returns:

  • (String)

    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