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/source/includes/_backends.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ There are three backend implementations maintained in this repository. Some back
8
8
-`WithTracerProvider(tp trace.TracerProvider)` - Set the OpenTelemetry tracer provider
9
9
-`WithConverter(converter converter.Converter)` - Provide a custom `Converter` implementation
10
10
-`WithContextPropagator(prop workflow.ContextPropagator)` - Adds a custom context propagator
11
+
-`WithRemoveContinuedAsNewInstances()` - Immediately removes workflow instances that complete using ContinueAsNew, including their history. ContinueAsNew allows workflows to restart with new parameters while preserving the same instance ID. By default, such instances are retained according to the configured retention policy. Use this option to prevent storage bloat in workflows that frequently use ContinueAsNew.
0 commit comments