Skip to content

Commit c539c57

Browse files
committed
Strengthen warning note
1 parent 2e2cb90 commit c539c57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

temporalio/client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,9 @@ async def start_workflow(
466466
request_eager_start: bool = False,
467467
priority: temporalio.common.Priority = temporalio.common.Priority.default,
468468
versioning_override: Optional[temporalio.common.VersioningOverride] = None,
469-
# The following options are deliberately not exposed in overloads
469+
# 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.
470472
nexus_completion_callbacks: Sequence[NexusCompletionCallback] = [],
471473
workflow_event_links: Sequence[
472474
temporalio.api.common.v1.Link.WorkflowEvent

0 commit comments

Comments
 (0)