Class WorkflowContinuedAsNewException
Thrown when a workflow continues as new and the caller is not following runs.
Inherited Members
Namespace: Temporalio.Exceptions
Assembly: Temporalio.dll
Syntax
public class WorkflowContinuedAsNewException : TemporalException
Constructors
WorkflowContinuedAsNewException(String)
Initializes a new instance of the WorkflowContinuedAsNewException class.
Declaration
public WorkflowContinuedAsNewException(string newRunID)
Parameters
Type | Name | Description |
---|---|---|
String | newRunID | New run ID. |
Properties
NewRunID
Gets the run ID of the new run.
Declaration
public string NewRunID { get; }
Property Value
Type | Description |
---|---|
String |