mirror of https://github.com/dapr/quickstarts.git
12 lines
334 B
HTTP
12 lines
334 B
HTTP
@apphost=http://localhost:5264
|
|
|
|
### Start the ResiliencyAndCompensation workflow
|
|
# @name startWorkflowRequest
|
|
@input=1
|
|
POST {{ apphost }}/start/{{input}}
|
|
|
|
|
|
@instanceId={{startWorkflowRequest.response.headers.Location}}
|
|
@daprHost=http://localhost:3564
|
|
### Get the workflow status
|
|
GET {{ daprHost }}/v1.0/workflows/dapr/{{ instanceId }} |