quickstarts/tutorials/workflow/csharp/monitor-pattern/monitor.http

12 lines
320 B
HTTP

@apphost=http://localhost:5257
### Start the Monitor workflow
# @name startWorkflowRequest
@counter=0
POST {{ apphost }}/start/{{counter}}
### Get the workflow status
@instanceId={{startWorkflowRequest.response.headers.Location}}
@daprHost=http://localhost:3557
GET {{ daprHost }}/v1.0/workflows/dapr/{{ instanceId }}