Skip to content

Added suspend/resume support to DaprWorkflowClient #661

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

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

WhitWaldo
Copy link
Contributor

Description

It was pointed out that the DaprWorkflowClient implementation didn't cover the suspendWorkflow or resumeWorkflow functionality exposed on the durabletask-js library, so this is a small tweak that enables both.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #659

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • [N/A] Created/updated tests
  • Extended the documentation

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo self-assigned this Feb 20, 2025
@WhitWaldo WhitWaldo requested review from a team as code owners February 20, 2025 18:15
@yaron2 yaron2 merged commit f1dba55 into dapr:main Feb 20, 2025
5 of 6 checks passed
@WhitWaldo WhitWaldo deleted the suspend_resume branch February 20, 2025 18:34
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.

Missing resume and pause Methods in DaprWorkflowClient
2 participants