Table of Contents

Class Workflow.Unsafe

Namespace
Temporalio.Workflows
Assembly
Temporalio.dll

Unsafe calls that can be made in a workflow.

public static class Workflow.Unsafe
Inheritance
Workflow.Unsafe
Inherited Members

Properties

IsReplaying

Gets a value indicating whether this workflow is replaying.

public static bool IsReplaying { get; }

Property Value

bool

Remarks

This should not be used for most cases. It is only valuable for advanced cases like preventing a log or metric from being recorded on replay.