quickstarts/tutorials/workflow/csharp/resiliency-and-compensation/resiliency-compensation.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 }}