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