-
Notifications
You must be signed in to change notification settings - Fork 335
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
[Proposal] Remove usage of DaprClient APIs for wokflow #1205
Comments
FYI @halspang and @RyanLettieri - this is something I asked @MregXN to help with. For additional context, the workflow APIs exposed by (Note that we won't be abandoning the underlying workflow management APIs that are built into the runtime. The workflow management APIs are still valuable to have those exposed over HTTP for languages that don't have Dapr SDK support). |
/assign |
Marked as |
@WhitWaldo good observation. I think the difference is that #1344 tracks removing the APIs whereas this item tracks removing all references to those APIs. Technically, this one could be completed first without removing the APIs themselves. It looks like there's at least one place where we're still using the deprecated APIs in |
It's probably worth doing a cursory peek through all the SDKs to see if any of the non-.NET variants are using the old methods as well. |
Duplicate/new issue - #1344 |
Closed as part of #1362 |
Describe the proposal
The
DaprClient
for workflow is outdated and is going to be abandoned. TheDaprWorkflowClient
class inDapr.Workflow
are recommended to use instead.Here are the projects I found that are still using DaprClient to operate workflows:
workflowsapp
indapr/dapr
tests app (link)order-processor
indapr/quickstarts
workflow csharp sample (link)WorkflowConspleApp
indapr/dotnet-sdk
sample (link)The text was updated successfully, but these errors were encountered: