diff --git a/dotnet/samples/AzureFunctions/12_ConditionalEdges/demo.http b/dotnet/samples/AzureFunctions/12_ConditionalEdges/demo.http index 2b193a6f6f..cb5e409e9f 100644 --- a/dotnet/samples/AzureFunctions/12_ConditionalEdges/demo.http +++ b/dotnet/samples/AzureFunctions/12_ConditionalEdges/demo.http @@ -2,13 +2,13 @@ @authority=http://localhost:7071 ### Start the workflow -POST {{authority}}/api/workflows/ProcessOrder/run +POST {{authority}}/api/workflows/AuditOrder/run Content-Type: text/plain B123 ### Start second workflow -POST {{authority}}/api/workflows/ProcessOrder/run +POST {{authority}}/api/workflows/AuditOrder/run Content-Type: text/plain 456 \ No newline at end of file