mirror of https://github.com/dapr/quickstarts.git
11 lines
302 B
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 }} |