Files
agent-framework/dotnet/samples/AzureFunctions/12_ConditionalEdges/demo.http
T
2026-01-24 17:04:18 -08:00

14 lines
289 B
HTTP

# Default endpoint address for local testing
@authority=http://localhost:7071
### Start the workflow
POST {{authority}}/api/workflows/ProcessOrder/run
Content-Type: text/plain
B123
### Start second workflow
POST {{authority}}/api/workflows/ProcessOrder/run
Content-Type: text/plain
456