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 3ae4ad8 commit a8d0c2eCopy full SHA for a8d0c2e
temporalio/contrib/openai_agents/_trace_interceptor.py
@@ -390,7 +390,6 @@ def start_activity(
390
span = custom_span(
391
name="temporal:startActivity", data={"activity": input.activity}
392
)
393
- span.finish()
394
span.start(mark_as_current=True)
395
set_header_from_context(input, temporalio.workflow.payload_converter())
396
handle = self.next.start_activity(input)
0 commit comments