Skip to content

Conversation

@marcduiker
Copy link
Contributor

@marcduiker marcduiker commented Nov 27, 2025

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 tabpane
  • 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 tabpane

In addition, please fill out the following to help reviewers understand this pull request:

Description

  • Update NET SDK docs with DaprWorkflowClient instance creation and workflow management operations.
  • Add page that links to workflow examples in GitHub
  • Move Workflow SDK docs before Actor SDK docs
  • Fix card format in main .NET README
  • Update main docs instructions

Issue reference

#4956

@marcduiker marcduiker requested review from a team as code owners November 27, 2025 15:00
@marcduiker marcduiker changed the title Add dotnet wf Extend .NET SDK docs with info about DaprWorkflowClient Nov 27, 2025
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

@marcduiker marcduiker requested a review from WhitWaldo November 28, 2025 14:59
Copy link
Contributor

@WhitWaldo WhitWaldo left a comment

Choose a reason for hiding this comment

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

Looks good to me - thank you for putting this together!


### Retrieve the status of a workflow instance

To get the current status of a workflow instance, use the `GetWorkflowStateAsync` method. This method requires the instance ID of the workflow and returns a `WorkflowStatus` object containing details about the workflow's current state.
Copy link
Member

Choose a reason for hiding this comment

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

It would be good to say how to get the workflow instance Id if you did not supply this. What is the easiest way?

Copy link
Member

Choose a reason for hiding this comment

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

@marcduiker - This is great. A small comment otherwise merge!

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