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

Updated .NET workflow method names #4586

Merged
merged 8 commits into from
Apr 12, 2025

Conversation

WhitWaldo
Copy link
Contributor

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

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

@WhitWaldo WhitWaldo requested review from a team as code owners March 18, 2025 17:12
@WhitWaldo WhitWaldo self-assigned this Mar 18, 2025
Copy link

Stale PR, paging all reviewers

@github-actions github-actions bot added the stale label Mar 24, 2025
@github-actions github-actions bot closed this Apr 1, 2025
@WhitWaldo WhitWaldo reopened this Apr 1, 2025
@WhitWaldo WhitWaldo removed the stale label Apr 1, 2025
Copy link

github-actions bot commented Apr 7, 2025

Stale PR, paging all reviewers

@github-actions github-actions bot added the stale label Apr 7, 2025
@WhitWaldo WhitWaldo removed the stale label Apr 7, 2025
@WhitWaldo
Copy link
Contributor Author

@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);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

Copy link
Contributor

@alicejgibbons alicejgibbons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msfussell msfussell merged commit f83e3dc into dapr:v1.15 Apr 12, 2025
7 checks passed
@WhitWaldo WhitWaldo deleted the workflow-management-dotnet branch April 13, 2025 06:17
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

Successfully merging this pull request may close these issues.

3 participants