Skip to content

.NET SDK workflow examples are outdated #4584

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

Open
hhunter-ms opened this issue Mar 18, 2025 · 1 comment
Open

.NET SDK workflow examples are outdated #4584

hhunter-ms opened this issue Mar 18, 2025 · 1 comment
Labels
content/incorrect-information Content in the docs is incorrect

Comments

@hhunter-ms
Copy link
Collaborator

The How-to: Manage Workflows article to schedule a new workflow are wrong for .NET and need updating in the same way that the Python ones were updated from start to scheduleNewWorkflow

So this .NET sample should be changed:

// Start the workflow. This returns back a "StartWorkflowResponse" which contains the instance ID for the particular workflow instance.
StartWorkflowResponse startResponse = await daprClient.StartWorkflowAsync(orderId, workflowComponent, workflowName,

Look at the examples here https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow, but actually they all need to change since they have Workflow Component that is not correct.

@hhunter-ms hhunter-ms added the content/incorrect-information Content in the docs is incorrect label Mar 18, 2025
@hhunter-ms
Copy link
Collaborator Author

Created this issue from comment here: #4563

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content/incorrect-information Content in the docs is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant