dapr / go-sdk

Dapr SDK for go
Apache License 2.0
447 stars 171 forks source link

Remove obsolete workflow methods #634

Open famarting opened 1 month ago

famarting commented 1 month ago

equivalent to https://github.com/dapr/dotnet-sdk/issues/1344

the workflow methods defined here https://github.com/dapr/go-sdk/blob/main/client/workflow.go use a deprecated API and we aim to delete them

instead this client should be used https://github.com/dapr/go-sdk/blob/main/workflow/client.go and any docs should be updated to make use of it