dapr / python-sdk

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

[WORKFLOW SDK FEATURE REQUEST] Purge API #711

Closed cgillum closed 1 month ago

cgillum commented 3 months ago

Describe the WORKFLOW SDK feature

The Workflow SDK's DaprWorkflowClient class is missing the purge_workflow API. This should be added for parity with other SDKs.

Workaround

As a workaround, the DaprGrpcClient.purge_workflow API can be used. However, Python developers are encouraged to use DaprWorkflowClient instead of DaprGrpcClient for managing workflows.

Release Note

RELEASE NOTE: ADD Purge API for Workflow SDK

dapr-bot commented 1 month ago

This issue has been automatically marked as stale because it has not had activity in the last 60 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.

dapr-bot commented 1 month ago

This issue has been automatically closed because it has not had activity in the last 67 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.