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 3710e5f commit 0479201Copy full SHA for 0479201
temporalio/nexus/_operation_context.py
@@ -125,11 +125,6 @@ def _get_callbacks(
125
ctx = self.nexus_context
126
return (
127
[
128
- # TODO(nexus-prerelease): For WorkflowRunOperation, when it handles the Nexus
129
- # request, it needs to copy the links to the callback in
130
- # StartWorkflowRequest.CompletionCallbacks and to StartWorkflowRequest.Links
131
- # (for backwards compatibility). PR reference in Go SDK:
132
- # https://github.com/temporalio/sdk-go/pull/1945
133
temporalio.client.NexusCallback(
134
url=ctx.callback_url,
135
headers=ctx.callback_headers,
0 commit comments