Class WorkflowContinuedAsNewException
- Namespace
- Temporalio.Exceptions
- Assembly
- Temporalio.dll
Thrown when a workflow continues as new and the caller is not following runs.
public class WorkflowContinuedAsNewException : TemporalException, ISerializable- Inheritance
- 
      
      
      
      WorkflowContinuedAsNewException
- Implements
- Inherited Members
Constructors
WorkflowContinuedAsNewException(string)
Initializes a new instance of the WorkflowContinuedAsNewException class.
public WorkflowContinuedAsNewException(string newRunId)Parameters
- newRunIdstring
- New run ID. 
Properties
NewRunId
Gets the run ID of the new run.
public string NewRunId { get; }