documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Add content on how to call the Python client from a synchronous function

Open pvsone opened this issue 7 months ago • 0 comments

Temporal Affiliation

  • [x] I am a Temporal employee

Content Suggestion

The Python Temporal Client methods are all implemented as async.

There are many Temporal users that have existing Python code bases that are only sync, and for these users learning how to invoke the Temporal Client is toil, as they may not be fully versed in asyncio and the event loop. Having documentation that provides a snippet on how to use the Temporal Client from an existing sync method would be very helpful for these folks as part of the getting started experience.

pvsone avatar Aug 06 '25 16:08 pvsone