Class WorkflowNondeterminismException
- Namespace
- Temporalio.Exceptions
- Assembly
- Temporalio.dll
Occurs when the workflow does something non-deterministic.
public class WorkflowNondeterminismException : InvalidWorkflowOperationException, ISerializable
- Inheritance
-
WorkflowNondeterminismException
- Implements
- Inherited Members
Remarks
This is usually only thrown in a replayer and therefore can't be caught in a workflow, but this exception can be used as a failure exception type to have non-deterministic exceptions fail workflows.