Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dapr quickstarts to use new workflows client #1118

Closed
5 tasks done
elena-kolevska opened this issue Nov 29, 2024 · 0 comments
Closed
5 tasks done

Update dapr quickstarts to use new workflows client #1118

elena-kolevska opened this issue Nov 29, 2024 · 0 comments

Comments

@elena-kolevska
Copy link

elena-kolevska commented Nov 29, 2024

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:

For example, in python we need to be using the DaprWorkflowClient instead of DaprClient .
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant