dapr / python-sdk

Dapr SDK for Python
Apache License 2.0
223 stars 125 forks source link

Workflow implementation in SDK #542

Closed RyanLettieri closed 1 year ago

RyanLettieri commented 1 year ago

Describe the proposal

Add python SDK support for dapr workflow. This will include both the authoring and management functionalities.

Related dapr/dapr proposal: https://github.com/dapr/dapr/issues/4576

berndverst commented 1 year ago

@RyanLettieri make sure you add the implementation in both dapr/clients/grpc/client.py and dapr/aio/clients/grpc/client.py (the latter being the async client)