Skip to content

Commit 4e2aa6f

Browse files
Update docs/develop/dotnet/core-application.mdx
Co-authored-by: Justin Anderson <44687433+jmaeagle99@users.noreply.github.com>
1 parent 34ee81f commit 4e2aa6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/dotnet/core-application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ var currentTime = Workflow.UtcNow;
120120

121121
#### Detecting replay (advanced)
122122

123-
Use [`Workflow.Unsafe.IsReplaying`](https://dotnet.temporal.io/api/Temporalio.Workflows.Workflow.Unsafe.html) to guard code that should only run on the first execution, such as emitting metrics or sending external notifications from an Interceptor.
123+
Use [`Workflow.Unsafe.IsReplaying`](https://dotnet.temporal.io/api/Temporalio.Workflows.Workflow.Unsafe.html#Temporalio_Workflows_Workflow_Unsafe_IsReplaying) to guard code that should only run on the first execution, such as emitting metrics or sending external notifications from an Interceptor.
124124
(Never use this to affect Workflow business logic - branching on replay status breaks determinism.)
125125

126126
```csharp

0 commit comments

Comments
 (0)