exception documentation

Error that occurs when a workflow was continued as new.

Method __init__ Create workflow continue as new error.
Property new_execution_run_id New execution run ID the workflow continued to
Instance Variable _new_execution_run_id Undocumented

Inherited from TemporalError:

Property cause Cause of the exception.
def __init__(self, new_execution_run_id: str): (source)

Create workflow continue as new error.

@property
new_execution_run_id: str = (source)

New execution run ID the workflow continued to

_new_execution_run_id = (source)

Undocumented