Skip to content

Commit 1d24b7e

Browse files
Update articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-purge.md
Co-authored-by: Hannah Hunter <[email protected]>
1 parent 75de33f commit 1d24b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/azure-functions/durable/durable-task-scheduler/durable-task-scheduler-auto-purge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Autopurge is an opt-in feature. You can enable it by defining retention policies
2121

2222
The orchestration instances eligible for autopurge match those targeted by [the Durable SDK PurgeInstancesAsync API](/dotnet/api/microsoft.durabletask.client.durabletaskclientextensions.purgeinstancesasync?view=durabletask-dotnet-1.x&preserve-view=true).
2323

24-
>[!Note]
24+
> [!NOTE]
2525
> Orchestrations using `ContinueAsNew` may appear with a status that is marked as obsolete in some C# SDK versions. This behavior is expected. `ContinueAsNew` does not represent a terminal state. Instead, it restarts the orchestration with a new execution history while preserving the instance ID. In this case, such instances:
2626
> - Aren't considered completed or failed for auto-purge purposes.
2727
> - Aren't removed until they eventually reach a true terminal state (`Completed`, `Failed`, or `Terminated`).

0 commit comments

Comments
 (0)