You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to update the quickstarts to use our wrappers of the durabletask clients (DaprWorkflowClient) instead of the deprecated methods on the DaprClient.
This is part of the following initiatives to remove the deprecated Dapr workflow methods from the client libraries:
Description
We need to update the quickstarts to use our wrappers of the durabletask clients (DaprWorkflowClient) instead of the deprecated methods on the DaprClient.
This is part of the following initiatives to remove the deprecated Dapr workflow methods from the client libraries:
DaprClient
dotnet-sdk#1344For example, in python we need to be using the
DaprWorkflowClient
instead ofDaprClient
.This is an example of the "old" way: https://github.com/dapr/python-sdk/tree/main/examples/demo_workflow, and this is the "new" way: https://github.com/dapr/python-sdk/tree/main/examples/workflow.
More background on the issue: dapr/java-sdk#1012 (comment)
You can follow this guide on how to contribute to the quickstarts: https://www.youtube.com/live/cvxOv1Q_znA?t=175s
Tasks
The text was updated successfully, but these errors were encountered: