From 532dd2a6f4e2da800838a5614da0027f45358348 Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Mon, 17 Mar 2025 15:32:07 +0100 Subject: [PATCH] Fix docstring for `workflow.defn`'s `dynamic` argument --- temporalio/workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporalio/workflow.py b/temporalio/workflow.py index 1dc70c8b4..f8ec51236 100644 --- a/temporalio/workflow.py +++ b/temporalio/workflow.py @@ -129,7 +129,7 @@ def defn( cannot be set if dynamic is set. sandboxed: Whether the workflow should run in a sandbox. Default is true. - dynamic: If true, this activity will be dynamic. Dynamic workflows have + dynamic: If true, this workflow will be dynamic. Dynamic workflows have to accept a single 'Sequence[RawValue]' parameter. This cannot be set to true if name is present. failure_exception_types: The types of exceptions that, if a