Scheduling workflows with the Python SDK

Hello,

I have a python service that needs to schedule temporal workflows at runtime. These scheduled workflows would be created, updated, and deleted depending on the state of the python service. What are my options for managing the scheduled workflows programmatically with the python sdk? If the sdk does not yet support this, are there any examples of how to do this using the rpc interface exposed by temporal?

Thank you very much.

It’s in PR. The goal is to land this and release 1.1.0 of Temporal Python soon.

That’s fantastic news! Stoked to pick this up and try it out.