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 76b2614 commit 6f2a537Copy full SHA for 6f2a537
temporalio/client.py
@@ -460,7 +460,7 @@ async def start_workflow(
460
rpc_timeout: Optional[timedelta] = None,
461
request_eager_start: bool = False,
462
priority: temporalio.common.Priority = temporalio.common.Priority.default,
463
- # The following options are deliberately not exposed in overloads
+ # The following options are deliberately not exposed in overloads and are not subject to compatibility expectations
464
stack_level: int = 2,
465
nexus_completion_callbacks: Sequence[
466
temporalio.common.NexusCompletionCallback
0 commit comments