Class FlushTimeoutException
- Namespace
- Temporalio.Extensions.WorkflowStreams
- Assembly
- Temporalio.Extensions.WorkflowStreams.dll
Exception thrown when an ambiguously delivered publish batch exceeds its retry duration.
public class FlushTimeoutException : TemporalException, ISerializable
- Inheritance
-
FlushTimeoutException
- Implements
- Inherited Members
Remarks
The batch is dropped locally. It is present in the workflow log if the signal reached the server, and otherwise is lost. WARNING: Workflow Streams is experimental and may change.