-
Notifications
You must be signed in to change notification settings - Fork 745
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
Updated .NET workflow method names #4586
Conversation
Signed-off-by: Whit Waldo <[email protected]>
Stale PR, paging all reviewers |
Stale PR, paging all reviewers |
@alicejgibbons I'd appreciate a review of this if you've got the time. |
|
||
// Purge the workflow, removing all inbox and history information from associated instance | ||
await daprClient.PurgeWorkflowAsync(orderId, workflowComponent); | ||
await daprWorkflowClient.PurgeWorkflowAsync(orderId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see PurgeWorkflowAsync
only PurgeInstanceAsync
? https://github.com/dapr/dotnet-sdk/blob/32d06a7136a4e32a70e02398619442d28f120165/src/Dapr.Workflow/DaprWorkflowClient.cs#L288
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Most of the workflow method names, descriptions and signatures were incorrect, so this PR corrects them.
Thanks for the ping @msfussell !
Issue reference