We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6121e13 commit b77ebfaCopy full SHA for b77ebfa
1 file changed
temporalio/workflow/_definition.py
@@ -73,7 +73,7 @@ def defn(
73
cannot be set if dynamic is set.
74
sandboxed: Whether the workflow should run in a sandbox. Default is
75
true.
76
- dynamic: If true, this activity will be dynamic. Dynamic workflows have
+ dynamic: If true, this workflow will be dynamic. Dynamic workflows have
77
to accept a single 'Sequence[RawValue]' parameter. This cannot be
78
set to true if name is present.
79
failure_exception_types: The types of exceptions that, if a
0 commit comments