microsoft / durabletask-python

A Durable Task Python SDK compatible with Dapr Workflow and its underlying Durable Task engine
MIT License
13 stars 6 forks source link

Suspend and resume support #4

Closed cgillum closed 1 year ago

cgillum commented 1 year ago

Adds suspend and resume gRPC client APIs, as well as suspend/resume logic in the orchestration worker.