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 49ca10e commit 3eda4e7Copy full SHA for 3eda4e7
temporalio/workflow.py
@@ -118,7 +118,7 @@ def defn(
118
cannot be set if dynamic is set.
119
sandboxed: Whether the workflow should run in a sandbox. Default is
120
true.
121
- dynamic: If true, this activity will be dynamic. Dynamic workflows have
+ dynamic: If true, this workflow will be dynamic. Dynamic workflows have
122
to accept a single 'Sequence[RawValue]' parameter. This cannot be
123
set to true if name is present.
124
failure_exception_types: The types of exceptions that, if a
0 commit comments