Files
agent-framework/dotnet/samples/AzureFunctions/11_WorkflowSharedState/demo.http
T
Shyju Krishnankutty 00650f2525 Minor cleanups
2026-01-20 20:20:15 -08:00

14 lines
288 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
123
### Start second workflow
POST {{authority}}/api/workflows/ProcessOrder/run
Content-Type: text/plain
456