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 5486f46 commit 6ab9c19Copy full SHA for 6ab9c19
temporalio/client.py
@@ -6363,11 +6363,11 @@ def on_start(
6363
6364
err: Optional[BaseException] = None
6365
6366
- try:
6367
- # fan headers out to both operations
6368
- input.start_workflow_input.headers = input.headers
6369
- input.update_workflow_input.headers = input.headers
+ # fan headers out to both operations
+ input.start_workflow_input.headers = input.headers
+ input.update_workflow_input.headers = input.headers
6370
+ try:
6371
return await self._start_workflow_update_with_start(
6372
input.start_workflow_input, input.update_workflow_input, on_start
6373
)
0 commit comments