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

[Workflow] Add purge/pause/resume/raise event to docs #3332

Merged
merged 40 commits into from
May 17, 2023

Conversation

hhunter-ms
Copy link
Collaborator

@hhunter-ms hhunter-ms commented Apr 11, 2023

Description

Add purge/pause/resume API methods to documentation:

  • Workflow API doc
  • How to manage workflows doc

Need:
Response body examples for Workflow API doc

Issue reference

PR will close: #3316 #3350 #3349

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
@hhunter-ms hhunter-ms requested a review from a team as a code owner April 11, 2023 17:05
@hhunter-ms hhunter-ms requested a review from a team as a code owner April 11, 2023 17:05
@hhunter-ms hhunter-ms self-assigned this Apr 11, 2023
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
@github-actions
Copy link

Stale PR, paging all reviewers

@github-actions github-actions bot added the stale label Apr 18, 2023
@github-actions github-actions bot closed this Apr 26, 2023
@hhunter-ms hhunter-ms reopened this Apr 28, 2023
@hhunter-ms hhunter-ms removed the stale label May 1, 2023
@hhunter-ms hhunter-ms added this to the 1.11 milestone May 1, 2023
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
@hhunter-ms hhunter-ms changed the title [WIP][Workflow] Add purge/pause/resume to docs [WIP][Workflow] Add purge/pause/resume/raise event to docs May 1, 2023
@hhunter-ms hhunter-ms changed the title [WIP][Workflow] Add purge/pause/resume/raise event to docs [Workflow] Add purge/pause/resume/raise event to docs May 1, 2023
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
@cgillum
Copy link
Contributor

cgillum commented May 11, 2023

@hhunter-ms it should be PauseWorkflowAsync:

// Pause
await daprClient.PauseWorkflowAsync(orderId, workflowComponent);

Co-authored-by: Chris Gillum <cgillum@gmail.com>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
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.

More comments. Still do not understand the Raise an event usage.

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.

More comments. Still do not understand the Raise an event usage.

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.

More comments. Still do not understand the Raise an event usage.

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
@hhunter-ms
Copy link
Collaborator Author

@msfussell @cgillum @RyanLettieri thanks for the reviews! can you glance over it again to make sure I've addressed all your suggestions?

@RyanLettieri
Copy link
Contributor

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.

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.

4 participants