We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow.defn
dynamic
1 parent 1b70f07 commit 532dd2aCopy full SHA for 532dd2a
temporalio/workflow.py
@@ -129,7 +129,7 @@ def defn(
129
cannot be set if dynamic is set.
130
sandboxed: Whether the workflow should run in a sandbox. Default is
131
true.
132
- dynamic: If true, this activity will be dynamic. Dynamic workflows have
+ dynamic: If true, this workflow will be dynamic. Dynamic workflows have
133
to accept a single 'Sequence[RawValue]' parameter. This cannot be
134
set to true if name is present.
135
failure_exception_types: The types of exceptions that, if a
0 commit comments