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
IMO - idiomatic deprecation comments should be added to the relevant client methods before we bottom this issue out completely. e.g.
client/workflow.go
...// StartWorkflowBeta1 starts a workflow using the beta1 spec.// // Deprecated: Please use the workflow client (github.com/dapr/go-sdk/workflow).// These methods of managing workflows are no longer supported and will be removed in the// next release....
equivalent to dapr/dotnet-sdk#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
The text was updated successfully, but these errors were encountered: