exception documentation
class WorkflowContinuedAsNewError(temporalio.exceptions.TemporalError): (source)
Constructor: WorkflowContinuedAsNewError(new_execution_run_id)
Error that occurs when a workflow was continued as new.
Method | __init__ |
Create workflow continue as new error. |
Property | new |
New execution run ID the workflow continued to |
Instance Variable | _new |
Undocumented |
Inherited from TemporalError
:
Property | cause |
Cause of the exception. |