Skip to content

.NET SDK workflow examples are outdated #4584

@hhunter-ms

Description

@hhunter-ms

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions