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

Add termination support #5

Closed cgillum closed 1 year ago

cgillum commented 1 year ago

This PR enables clients to send terminate requests and enables the worker to correctly process terminate events.

This PR also contains some new runtime validations to help prevent certain types of usage errors.