Describe the WORKFLOW SDK feature
equivalent to dapr/dotnet-sdk#1344
the workflow methods defined here https://github.com/dapr/python-sdk/blob/main/dapr/aio/clients/grpc/client.py#L1332 use a deprecated API and we aim to delete them
instead this client should be used https://github.com/dapr/python-sdk/tree/main/ext/dapr-ext-workflow/dapr/ext/workflow and any docs should be updated to make use of it
Release Note
RELEASE NOTE: