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 2e2cb90 commit c539c57Copy full SHA for c539c57
temporalio/client.py
@@ -466,7 +466,9 @@ async def start_workflow(
466
request_eager_start: bool = False,
467
priority: temporalio.common.Priority = temporalio.common.Priority.default,
468
versioning_override: Optional[temporalio.common.VersioningOverride] = None,
469
- # The following options are deliberately not exposed in overloads
+ # The following options should not be considered part of the public API. They
470
+ # are deliberately not exposed in overloads, and are not subject to any
471
+ # backwards compatibility guarantees.
472
nexus_completion_callbacks: Sequence[NexusCompletionCallback] = [],
473
workflow_event_links: Sequence[
474
temporalio.api.common.v1.Link.WorkflowEvent
0 commit comments