From c40e5a902064db6de9dcdc5a37df145cf6517b64 Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Fri, 23 Jan 2026 07:05:02 -0800 Subject: [PATCH] Fid http URL for test --- dotnet/samples/AzureFunctions/12_ConditionalEdges/demo.http | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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