Files
agent-framework/dotnet/samples/AzureFunctions/11_WorkflowSharedState/demo.http
T
Shyju Krishnankutty ebeeeeb421 Minor cleanups
2026-01-24 17:04:17 -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