You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/encyclopedia/workflow/workflow-execution/continue-as-new.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ You can repeat Continue-As-New as often as needed, which means that your Workflo
37
37
Workflows that do this are often called Entity Workflows because they represent durable objects, not just processes.
38
38
39
39
-[How to Continue-As-New using the Go SDK](/develop/go/continue-as-new#how)
40
-
-[How to Continue-As-New using the Java SDK](/develop/java/continue-as-new#how)
41
-
-[How to Continue-As-New using the PHP SDK](/develop/php/continue-as-new#how)
40
+
-[How to Continue-As-New using the Java SDK](/develop/java/continue-as-new)
41
+
-[How to Continue-As-New using the PHP SDK](/develop/php/continue-as-new)
42
42
-[How to Continue-As-New using the Python SDK](/develop/python/continue-as-new#how)
43
-
-[How to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new#how)
44
-
-[How to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new#how)
43
+
-[How to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new)
44
+
-[How to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new)
45
45
46
46
## When in your Workflow is it right to Continue-As-New? {#when}
47
47
@@ -51,8 +51,8 @@ Find out if it's time by checking Continue-As-New Suggested in your Workflow at
51
51
To prevent long-running Workflows from running on stale versions of code, you may also want to Continue-as-New periodically, depending on how often you deploy. This makes sure you're running only a couple of versions, which avoids some backwards compatibility problems.
52
52
53
53
-[Determine when to Continue-As-New using the Go SDK](/develop/go/continue-as-new#when)
54
-
-[Determine when to Continue-As-New using the Java SDK](/develop/java/continue-as-new#when)
55
-
-[Determine when to Continue-As-New using the PHP SDK](/develop/php/continue-as-new#when)
54
+
-[Determine when to Continue-As-New using the Java SDK](/develop/java/continue-as-new)
55
+
-[Determine when to Continue-As-New using the PHP SDK](/develop/php/continue-as-new)
56
56
-[Determine when to Continue-As-New using the Python SDK](/develop/python/continue-as-new#when)
57
-
-[Determine when to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new#when)
58
-
-[Determine when to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new#when)
57
+
-[Determine when to Continue-As-New using the TypeScript SDK](/develop/typescript/continue-as-new)
58
+
-[Determine when to Continue-As-New using the .NET SDK](/develop/dotnet/continue-as-new)
0 commit comments