Files
agent-framework/dotnet/samples/AzureFunctions/12_ConditionalEdges/demo.http
T

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