Closed
Description
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