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

SDK Go Update Quickstart to use DaprWorkflowClient #1120

Closed
Tracked by #1118
elena-kolevska opened this issue Nov 29, 2024 · 3 comments
Closed
Tracked by #1118

SDK Go Update Quickstart to use DaprWorkflowClient #1120

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

Comments

@elena-kolevska
Copy link

#1118

@elena-kolevska
Copy link
Author

Already uses the workflow client

@jake-engelberg
Copy link

/assign

@jake-engelberg
Copy link

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

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

2 participants