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
I don't see any usage of the deprecated workflow methods...:
(StartWorkflowBeta1(), GetWorkflowBeta1(), ResumeWorkflowBeta1(), etc)
...from github.com/dapr/go-sdk/client in the go workflow quickstart.
The client package is only being used for state store in the quickstart. workflows/go/sdk/order-processor/main.go:139
Instead, I already see usage of the new github.com/dapr/go-sdk/workflow methods:
(ScheduleNewWorkflow(), FetchWorkflowMetadata(), RaiseEvent(), etc) workflows/go/sdk/order-processor/main.go:84
#1118
The text was updated successfully, but these errors were encountered: