/daprWorkflowDistributedIssue

Tries to provide an example on distributed workflow that is currently not working.

Primary LanguageC#MIT LicenseMIT

daprWorkflowDistributedIssue

Tries to provide an example on distributed workflow that is currently not working.

Run sample

  1. dapr init
  2. dotnet workload install aspire
  3. Run the project daprWorkflowDistributedIssue.AppHost.csproj
  4. Go to the aspire dashboard
  5. search for service daprWorkflowDistributedIssue_DaprWorkflow1-dapr-cli and daprWorkflowDistributedIssue_DaprWorkflow2-dapr-cli
  6. Open the log view of both and note the port
  7. open the file requests.http and replace the values for the ports
  8. run the request. The first two requests will work. (it just calls a workflow directly)
  9. run the last two requests, and you will see that the workflow one can't find the workflow two.