quickstarts/tutorials/workflow/csharp/task-chaining/chaining.http

11 lines
302 B
HTTP

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